Html Css Color HEX #E06062 Froly

📋 copy color: '#E06062'

red 224 ◦ green 96 ◦ blue 98

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

Shades of Froly #E06062

Tints of Froly #E06062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.44%

R = 53.59%
G = 22.97%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E06062 (or 0xE06062) is known color: Froly. HEX triplet: E0, 60 and 62. RGB value is (224,96,98). Sum of RGB (Red+Green+Blue) = 224+96+98=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E06062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06062 is #1F9F9D. Grayscale: #868686. Windows color (decimal): -2072478 or 6447328. OLE color: 6447328.

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

Color convert

RGB 224 96 98 -
CMYK 0 0.57 0.56 0.12
HSL 359.06º 0.67% 0.63% -
HSV(B) 359.06º 0.57% 0.88% -
XYZ 37.13 25.09 14.44 -
YUV 134.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 224 96 98 0 0.57 0.56 0.12 359.06 0.67 0.63
Hex E0 60 62 0 39 38 C 167 43 3F
Octal 340 140 142 0 71 70 14 547 103 77
Binary 11100000 1100000 1100010 0 111001 111000 1100 101100111 1000011 111111

Color Harmonies of #E06062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06062

Black with #E06062

Text Example


Text Example

White with #E06062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06062; }

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

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

background-color css

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

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

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

border-color css

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

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

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