Html Css Color HEX #E36064 Froly

📋 copy color: '#E36064'

red 227 ◦ green 96 ◦ blue 100

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

Shades of Froly #E36064

Tints of Froly #E36064

RGB

 RED value IS 227 (89.06% from 255) = 53.66%

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

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

R = 53.66%
G = 22.7%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E36064 (or 0xE36064) is known color: Froly. HEX triplet: E3, 60 and 64. RGB value is (227,96,100). Sum of RGB (Red+Green+Blue) = 227+96+100=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E36064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36064 is #1C9F9B. Grayscale: #878787. Windows color (decimal): -1875868 or 6578403. OLE color: 6578403.

HSL color Cylindrical-coordinate representation of color #E36064: hue angle of 358.17º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E36064 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 96 100 -
CMYK 0 0.58 0.56 0.11
HSL 358.17º 0.7% 0.63% -
HSV(B) 358.17º 0.58% 0.89% -
XYZ 38.16 25.62 14.99 -
YUV 135.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 227 96 100 0 0.58 0.56 0.11 358.17 0.7 0.63
Hex E3 60 64 0 3A 38 B 166 46 3F
Octal 343 140 144 0 72 70 13 546 106 77
Binary 11100011 1100000 1100100 0 111010 111000 1011 101100110 1000110 111111

Color Harmonies of #E36064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36064

Black with #E36064

Text Example


Text Example

White with #E36064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36064; }

 p { color: rgb(227,96,100); }

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

background-color css

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

 a { background-color: rgb(227,96,100); }

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

border-color css

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

 span { border-color: rgb(227,96,100); }

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