Html Css Color HEX #E0606A Froly

📋 copy color: '#E0606A'

red 224 ◦ green 96 ◦ blue 106

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

Shades of Froly #E0606A

Tints of Froly #E0606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.88%

R = 52.58%
G = 22.54%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0606A (or 0xE0606A) is known color: Froly. HEX triplet: E0, 60 and 6A. RGB value is (224,96,106). Sum of RGB (Red+Green+Blue) = 224+96+106=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E0606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0606A is #1F9F95. Grayscale: #878787. Windows color (decimal): -2072470 or 6971616. OLE color: 6971616.

HSL color Cylindrical-coordinate representation of color #E0606A: hue angle of 355.31º 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 #E0606A is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 106 -
CMYK 0 0.57 0.53 0.12
HSL 355.31º 0.67% 0.63% -
HSV(B) 355.31º 0.57% 0.88% -
XYZ 37.52 25.25 16.53 -
YUV 135.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 224 96 106 0 0.57 0.53 0.12 355.31 0.67 0.63
Hex E0 60 6A 0 39 35 C 163 43 3F
Octal 340 140 152 0 71 65 14 543 103 77
Binary 11100000 1100000 1101010 0 111001 110101 1100 101100011 1000011 111111

Color Harmonies of #E0606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0606A

Black with #E0606A

Text Example


Text Example

White with #E0606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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