Html Css Color HEX #E96572 Froly

📋 copy color: '#E96572'

red 233 ◦ green 101 ◦ blue 114

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

Shades of Froly #E96572

Tints of Froly #E96572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.54%

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

R = 52.01%
G = 22.54%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E96572 (or 0xE96572) is known color: Froly. HEX triplet: E9, 65 and 72. RGB value is (233,101,114). Sum of RGB (Red+Green+Blue) = 233+101+114=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E96572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96572 is #169A8D. Grayscale: #8E8E8E. Windows color (decimal): -1481358 or 7497193. OLE color: 7497193.

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

Color convert

RGB 233 101 114 -
CMYK 0 0.57 0.51 0.09
HSL 354.09º 0.75% 0.65% -
HSV(B) 354.09º 0.57% 0.91% -
XYZ 41.3 27.85 19.12 -
YUV 141.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 233 101 114 0 0.57 0.51 0.09 354.09 0.75 0.65
Hex E9 65 72 0 39 33 9 162 4B 41
Octal 351 145 162 0 71 63 11 542 113 101
Binary 11101001 1100101 1110010 0 111001 110011 1001 101100010 1001011 1000001

Color Harmonies of #E96572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96572

Black with #E96572

Text Example


Text Example

White with #E96572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96572; }

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

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

background-color css

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

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

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

border-color css

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

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

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