Html Css Color HEX #E06372 Froly

📋 copy color: '#E06372'

red 224 ◦ green 99 ◦ blue 114

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

Shades of Froly #E06372

Tints of Froly #E06372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.65%

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

R = 51.26%
G = 22.65%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E06372 (or 0xE06372) is known color: Froly. HEX triplet: E0, 63 and 72. RGB value is (224,99,114). Sum of RGB (Red+Green+Blue) = 224+99+114=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E06372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06372 is #1F9C8D. Grayscale: #8A8A8A. Windows color (decimal): -2071694 or 7496672. OLE color: 7496672.

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

Color convert

RGB 224 99 114 -
CMYK 0 0.56 0.49 0.12
HSL 352.8º 0.67% 0.63% -
HSV(B) 352.8º 0.56% 0.88% -
XYZ 38.24 25.99 18.92 -
YUV 138.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 224 99 114 0 0.56 0.49 0.12 352.8 0.67 0.63
Hex E0 63 72 0 38 31 C 161 43 3F
Octal 340 143 162 0 70 61 14 541 103 77
Binary 11100000 1100011 1110010 0 111000 110001 1100 101100001 1000011 111111

Color Harmonies of #E06372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06372

Black with #E06372

Text Example


Text Example

White with #E06372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06372; }

 p { color: rgb(224,99,114); }

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

background-color css

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

 a { background-color: rgb(224,99,114); }

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

border-color css

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

 span { border-color: rgb(224,99,114); }

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