Html Css Color HEX #E06074 Froly

📋 copy color: '#E06074'

red 224 ◦ green 96 ◦ blue 116

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

Shades of Froly #E06074

Tints of Froly #E06074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 51.38%
G = 22.02%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E06074 (or 0xE06074) is known color: Froly. HEX triplet: E0, 60 and 74. RGB value is (224,96,116). Sum of RGB (Red+Green+Blue) = 224+96+116=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E06074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06074 is #1F9F8B. Grayscale: #888888. Windows color (decimal): -2072460 or 7626976. OLE color: 7626976.

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

Color convert

RGB 224 96 116 -
CMYK 0 0.57 0.48 0.12
HSL 350.63º 0.67% 0.63% -
HSV(B) 350.63º 0.57% 0.88% -
XYZ 38.08 25.47 19.43 -
YUV 136.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 224 96 116 0 0.57 0.48 0.12 350.63 0.67 0.63
Hex E0 60 74 0 39 30 C 15F 43 3F
Octal 340 140 164 0 71 60 14 537 103 77
Binary 11100000 1100000 1110100 0 111001 110000 1100 101011111 1000011 111111

Color Harmonies of #E06074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06074

Black with #E06074

Text Example


Text Example

White with #E06074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06074; }

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

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

background-color css

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

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

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

border-color css

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

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

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