Html Css Color HEX #E06264 Froly

📋 copy color: '#E06264'

red 224 ◦ green 98 ◦ blue 100

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

Shades of Froly #E06264

Tints of Froly #E06264

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.22%

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

R = 53.08%
G = 23.22%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E06264 (or 0xE06264) is known color: Froly. HEX triplet: E0, 62 and 64. RGB value is (224,98,100). Sum of RGB (Red+Green+Blue) = 224+98+100=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E06264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06264 is #1F9D9B. Grayscale: #888888. Windows color (decimal): -2071964 or 6578912. OLE color: 6578912.

HSL color Cylindrical-coordinate representation of color #E06264: hue angle of 359.05º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06264 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 98 100 -
CMYK 0 0.56 0.55 0.12
HSL 359.05º 0.67% 0.63% -
HSV(B) 359.05º 0.56% 0.88% -
XYZ 37.41 25.5 15.01 -
YUV 135.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 224 98 100 0 0.56 0.55 0.12 359.05 0.67 0.63
Hex E0 62 64 0 38 37 C 167 43 3F
Octal 340 142 144 0 70 67 14 547 103 77
Binary 11100000 1100010 1100100 0 111000 110111 1100 101100111 1000011 111111

Color Harmonies of #E06264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06264

Black with #E06264

Text Example


Text Example

White with #E06264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06264; }

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

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

background-color css

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

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

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

border-color css

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

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

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