Html Css Color HEX #E06164 Froly

📋 copy color: '#E06164'

red 224 ◦ green 97 ◦ blue 100

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

Shades of Froly #E06164

Tints of Froly #E06164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.75%

R = 53.21%
G = 23.04%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E06164 (or 0xE06164) is known color: Froly. HEX triplet: E0, 61 and 64. RGB value is (224,97,100). Sum of RGB (Red+Green+Blue) = 224+97+100=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E06164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06164 is #1F9E9B. Grayscale: #878787. Windows color (decimal): -2072220 or 6578656. OLE color: 6578656.

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

Color convert

RGB 224 97 100 -
CMYK 0 0.57 0.55 0.12
HSL 358.58º 0.67% 0.63% -
HSV(B) 358.58º 0.57% 0.88% -
XYZ 37.32 25.32 14.98 -
YUV 135.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 224 97 100 0 0.57 0.55 0.12 358.58 0.67 0.63
Hex E0 61 64 0 39 37 C 167 43 3F
Octal 340 141 144 0 71 67 14 547 103 77
Binary 11100000 1100001 1100100 0 111001 110111 1100 101100111 1000011 111111

Color Harmonies of #E06164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06164

Black with #E06164

Text Example


Text Example

White with #E06164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06164; }

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

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

background-color css

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

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

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

border-color css

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

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

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