Html Css Color HEX #E96C72 Froly

📋 copy color: '#E96C72'

red 233 ◦ green 108 ◦ blue 114

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

Shades of Froly #E96C72

Tints of Froly #E96C72

RGB

 RED value IS 233 (91.41% from 255) = 51.21%

 GREEN value IS 108 (42.58% from 255) = 23.74%

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

R = 51.21%
G = 23.74%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E96C72 (or 0xE96C72) is known color: Froly. HEX triplet: E9, 6C and 72. RGB value is (233,108,114). Sum of RGB (Red+Green+Blue) = 233+108+114=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C72 is #16938D. Grayscale: #929292. Windows color (decimal): -1479566 or 7498985. OLE color: 7498985.

HSL color Cylindrical-coordinate representation of color #E96C72: hue angle of 357.12º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96C72 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 108 114 -
CMYK 0 0.54 0.51 0.09
HSL 357.12º 0.74% 0.67% -
HSV(B) 357.12º 0.54% 0.91% -
XYZ 42 29.26 19.35 -
YUV 146.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 233 108 114 0 0.54 0.51 0.09 357.12 0.74 0.67
Hex E9 6C 72 0 36 33 9 165 4A 43
Octal 351 154 162 0 66 63 11 545 112 103
Binary 11101001 1101100 1110010 0 110110 110011 1001 101100101 1001010 1000011

Color Harmonies of #E96C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96C72

Black with #E96C72

Text Example


Text Example

White with #E96C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96C72; }

 p { color: rgb(233,108,114); }

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

background-color css

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

 a { background-color: rgb(233,108,114); }

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

border-color css

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

 span { border-color: rgb(233,108,114); }

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