Html Css Color HEX #E0606C Froly

📋 copy color: '#E0606C'

red 224 ◦ green 96 ◦ blue 108

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

Shades of Froly #E0606C

Tints of Froly #E0606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.43%

 BLUE value IS 108 (42.58% from 255) = 25.23%

R = 52.34%
G = 22.43%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0606C (or 0xE0606C) is known color: Froly. HEX triplet: E0, 60 and 6C. RGB value is (224,96,108). Sum of RGB (Red+Green+Blue) = 224+96+108=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0606C is #1F9F93. Grayscale: #878787. Windows color (decimal): -2072468 or 7102688. OLE color: 7102688.

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

Color convert

RGB 224 96 108 -
CMYK 0 0.57 0.52 0.12
HSL 354.38º 0.67% 0.63% -
HSV(B) 354.38º 0.57% 0.88% -
XYZ 37.63 25.3 17.09 -
YUV 135.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 224 96 108 0 0.57 0.52 0.12 354.38 0.67 0.63
Hex E0 60 6C 0 39 34 C 162 43 3F
Octal 340 140 154 0 71 64 14 542 103 77
Binary 11100000 1100000 1101100 0 111001 110100 1100 101100010 1000011 111111

Color Harmonies of #E0606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0606C

Black with #E0606C

Text Example


Text Example

White with #E0606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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