Html Css Color HEX #E36070 Froly

📋 copy color: '#E36070'

red 227 ◦ green 96 ◦ blue 112

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

Shades of Froly #E36070

Tints of Froly #E36070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 52.18%
G = 22.07%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E36070 (or 0xE36070) is known color: Froly. HEX triplet: E3, 60 and 70. RGB value is (227,96,112). Sum of RGB (Red+Green+Blue) = 227+96+112=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E36070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36070 is #1C9F8F. Grayscale: #898989. Windows color (decimal): -1875856 or 7364835. OLE color: 7364835.

HSL color Cylindrical-coordinate representation of color #E36070: hue angle of 352.67º 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 #E36070 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 96 112 -
CMYK 0 0.58 0.51 0.11
HSL 352.67º 0.7% 0.63% -
HSV(B) 352.67º 0.58% 0.89% -
XYZ 38.79 25.87 18.28 -
YUV 136.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 227 96 112 0 0.58 0.51 0.11 352.67 0.7 0.63
Hex E3 60 70 0 3A 33 B 161 46 3F
Octal 343 140 160 0 72 63 13 541 106 77
Binary 11100011 1100000 1110000 0 111010 110011 1011 101100001 1000110 111111

Color Harmonies of #E36070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36070

Black with #E36070

Text Example


Text Example

White with #E36070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36070; }

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

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

background-color css

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

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

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

border-color css

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

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

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