Html Css Color HEX #E06A66 Roman

📋 copy color: '#E06A66'

red 224 ◦ green 106 ◦ blue 102

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

Shades of Roman #E06A66

Tints of Roman #E06A66

RGB

 RED value IS 224 (87.89% from 255) = 51.85%

 GREEN value IS 106 (41.8% from 255) = 24.54%

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

R = 51.85%
G = 24.54%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E06A66 (or 0xE06A66) is known color: Roman. HEX triplet: E0, 6A and 66. RGB value is (224,106,102). Sum of RGB (Red+Green+Blue) = 224+106+102=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A66 is #1F9599. Grayscale: #8C8C8C. Windows color (decimal): -2069914 or 6712032. OLE color: 6712032.

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

Color convert

RGB 224 106 102 -
CMYK 0 0.53 0.54 0.12
HSL 1.97º 0.66% 0.64% -
HSV(B) 1.97º 0.54% 0.88% -
XYZ 38.29 27.11 15.79 -
YUV 140.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 224 106 102 0 0.53 0.54 0.12 1.97 0.66 0.64
Hex E0 6A 66 0 35 36 C 2 42 40
Octal 340 152 146 0 65 66 14 2 102 100
Binary 11100000 1101010 1100110 0 110101 110110 1100 10 1000010 1000000

Color Harmonies of #E06A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A66

Black with #E06A66

Text Example


Text Example

White with #E06A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A66; }

 p { color: rgb(224,106,102); }

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

background-color css

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

 a { background-color: rgb(224,106,102); }

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

border-color css

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

 span { border-color: rgb(224,106,102); }

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