Html Css Color HEX #E06C69 Roman

📋 copy color: '#E06C69'

red 224 ◦ green 108 ◦ blue 105

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

Shades of Roman #E06C69

Tints of Roman #E06C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.71%

 BLUE value IS 105 (41.41% from 255) = 24.03%

R = 51.26%
G = 24.71%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E06C69 (or 0xE06C69) is known color: Roman. HEX triplet: E0, 6C and 69. RGB value is (224,108,105). Sum of RGB (Red+Green+Blue) = 224+108+105=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C69 is #1F9396. Grayscale: #8E8E8E. Windows color (decimal): -2069399 or 6909152. OLE color: 6909152.

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

Color convert

RGB 224 108 105 -
CMYK 0 0.52 0.53 0.12
HSL 1.51º 0.66% 0.65% -
HSV(B) 1.51º 0.53% 0.88% -
XYZ 38.65 27.59 16.65 -
YUV 142.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 224 108 105 0 0.52 0.53 0.12 1.51 0.66 0.65
Hex E0 6C 69 0 34 35 C 2 42 41
Octal 340 154 151 0 64 65 14 2 102 101
Binary 11100000 1101100 1101001 0 110100 110101 1100 10 1000010 1000001

Color Harmonies of #E06C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C69

Black with #E06C69

Text Example


Text Example

White with #E06C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C69; }

 p { color: rgb(224,108,105); }

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

background-color css

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

 a { background-color: rgb(224,108,105); }

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

border-color css

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

 span { border-color: rgb(224,108,105); }

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