Html Css Color HEX #E16966 Roman

📋 copy color: '#E16966'

red 225 ◦ green 105 ◦ blue 102

#E16966
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #E16966

Tints of Roman #E16966

RGB

 RED value IS 225 (88.28% from 255) = 52.08%

 GREEN value IS 105 (41.41% from 255) = 24.31%

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 52.08%
G = 24.31%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E16966 (or 0xE16966) is known color: Roman. HEX triplet: E1, 69 and 66. RGB value is (225,105,102). Sum of RGB (Red+Green+Blue) = 225+105+102=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E16966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16966 is #1E9699. Grayscale: #8C8C8C. Windows color (decimal): -2004634 or 6711777. OLE color: 6711777.

HSL color Cylindrical-coordinate representation of color #E16966: hue angle of 1.46º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16966 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 105 102 -
CMYK 0 0.53 0.55 0.12
HSL 1.46º 0.67% 0.64% -
HSV(B) 1.46º 0.55% 0.88% -
XYZ 38.5 27.07 15.77 -
YUV 140.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 225 105 102 0 0.53 0.55 0.12 1.46 0.67 0.64
Hex E1 69 66 0 35 37 C 1 43 40
Octal 341 151 146 0 65 67 14 1 103 100
Binary 11100001 1101001 1100110 0 110101 110111 1100 1 1000011 1000000

Color Harmonies of #E16966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16966

Black with #E16966

Text Example


Text Example

White with #E16966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16966; }

 p { color: rgb(225,105,102); }

 H1.HeaderClassName
 {
   color: #E16966;
 }
 .AnyTagClassName
 {
   color: #E16966;
 }
</style>

background-color css

<style>
 a { background-color: #E16966; }

 a { background-color: rgb(225,105,102); }

 div.DivClassName
 {
   background-color: #E16966;
 }
 .BgClassName
 {
   background-color: #E16966;
 }
</style>

border-color css

<style>
 span { border-color: #E16966; }

 span { border-color: rgb(225,105,102); }

 td.TdClassName
 {
   border-color: #E16966;
 }
 .TagClassName
 {
   border-color: #E16966;
 }
</style>