Html Css Color HEX #E36472 Froly

📋 copy color: '#E36472'

red 227 ◦ green 100 ◦ blue 114

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

Shades of Froly #E36472

Tints of Froly #E36472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.68%

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 51.47%
G = 22.68%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E36472 (or 0xE36472) is known color: Froly. HEX triplet: E3, 64 and 72. RGB value is (227,100,114). Sum of RGB (Red+Green+Blue) = 227+100+114=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E36472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36472 is #1C9B8D. Grayscale: #8B8B8B. Windows color (decimal): -1874830 or 7496931. OLE color: 7496931.

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

Color convert

RGB 227 100 114 -
CMYK 0 0.56 0.50 0.11
HSL 353.39º 0.69% 0.64% -
HSV(B) 353.39º 0.56% 0.89% -
XYZ 39.27 26.66 19 -
YUV 139.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 227 100 114 0 0.56 0.50 0.11 353.39 0.69 0.64
Hex E3 64 72 0 38 32 B 161 45 40
Octal 343 144 162 0 70 62 13 541 105 100
Binary 11100011 1100100 1110010 0 111000 110010 1011 101100001 1000101 1000000

Color Harmonies of #E36472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36472

Black with #E36472

Text Example


Text Example

White with #E36472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36472; }

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

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

background-color css

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

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

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

border-color css

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

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

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