Html Css Color HEX #E96772 Froly

📋 copy color: '#E96772'

red 233 ◦ green 103 ◦ blue 114

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

Shades of Froly #E96772

Tints of Froly #E96772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.89%

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

R = 51.78%
G = 22.89%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E96772 (or 0xE96772) is known color: Froly. HEX triplet: E9, 67 and 72. RGB value is (233,103,114). Sum of RGB (Red+Green+Blue) = 233+103+114=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E96772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96772 is #16988D. Grayscale: #8F8F8F. Windows color (decimal): -1480846 or 7497705. OLE color: 7497705.

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

Color convert

RGB 233 103 114 -
CMYK 0 0.56 0.51 0.09
HSL 354.92º 0.75% 0.66% -
HSV(B) 354.92º 0.56% 0.91% -
XYZ 41.49 28.24 19.18 -
YUV 143.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 233 103 114 0 0.56 0.51 0.09 354.92 0.75 0.66
Hex E9 67 72 0 38 33 9 163 4B 42
Octal 351 147 162 0 70 63 11 543 113 102
Binary 11101001 1100111 1110010 0 111000 110011 1001 101100011 1001011 1000010

Color Harmonies of #E96772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96772

Black with #E96772

Text Example


Text Example

White with #E96772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96772; }

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

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

background-color css

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

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

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

border-color css

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

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

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