Html Css Color HEX #E06070 Froly

📋 copy color: '#E06070'

red 224 ◦ green 96 ◦ blue 112

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

Shades of Froly #E06070

Tints of Froly #E06070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 51.85%
G = 22.22%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E06070 (or 0xE06070) is known color: Froly. HEX triplet: E0, 60 and 70. RGB value is (224,96,112). Sum of RGB (Red+Green+Blue) = 224+96+112=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E06070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06070 is #1F9F8F. Grayscale: #888888. Windows color (decimal): -2072464 or 7364832. OLE color: 7364832.

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

Color convert

RGB 224 96 112 -
CMYK 0 0.57 0.50 0.12
HSL 352.5º 0.67% 0.63% -
HSV(B) 352.5º 0.57% 0.88% -
XYZ 37.85 25.38 18.23 -
YUV 136.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 224 96 112 0 0.57 0.50 0.12 352.5 0.67 0.63
Hex E0 60 70 0 39 32 C 160 43 3F
Octal 340 140 160 0 71 62 14 540 103 77
Binary 11100000 1100000 1110000 0 111001 110010 1100 101100000 1000011 111111

Color Harmonies of #E06070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06070

Black with #E06070

Text Example


Text Example

White with #E06070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06070; }

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

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

background-color css

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

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

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

border-color css

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

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

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