Html Css Color HEX #E06174 Froly

📋 copy color: '#E06174'

red 224 ◦ green 97 ◦ blue 116

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

Shades of Froly #E06174

Tints of Froly #E06174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.2%

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

R = 51.26%
G = 22.2%
B = 26.54%

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

#E06174 (or 0xE06174) is known color: Froly. HEX triplet: E0, 61 and 74. RGB value is (224,97,116). Sum of RGB (Red+Green+Blue) = 224+97+116=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E06174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06174 is #1F9E8B. Grayscale: #898989. Windows color (decimal): -2072204 or 7627232. OLE color: 7627232.

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

Color convert

RGB 224 97 116 -
CMYK 0 0.57 0.48 0.12
HSL 351.02º 0.67% 0.63% -
HSV(B) 351.02º 0.57% 0.88% -
XYZ 38.17 25.66 19.46 -
YUV 137.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 224 97 116 0 0.57 0.48 0.12 351.02 0.67 0.63
Hex E0 61 74 0 39 30 C 15F 43 3F
Octal 340 141 164 0 71 60 14 537 103 77
Binary 11100000 1100001 1110100 0 111001 110000 1100 101011111 1000011 111111

Color Harmonies of #E06174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06174

Black with #E06174

Text Example


Text Example

White with #E06174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06174; }

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

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

background-color css

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

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

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

border-color css

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

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

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