Html Css Color HEX #E96076 Froly

📋 copy color: '#E96076'

red 233 ◦ green 96 ◦ blue 118

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

Shades of Froly #E96076

Tints of Froly #E96076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.48%

 BLUE value IS 118 (46.48% from 255) = 26.4%

R = 52.13%
G = 21.48%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E96076 (or 0xE96076) is known color: Froly. HEX triplet: E9, 60 and 76. RGB value is (233,96,118). Sum of RGB (Red+Green+Blue) = 233+96+118=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E96076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96076 is #169F89. Grayscale: #8B8B8B. Windows color (decimal): -1482634 or 7758057. OLE color: 7758057.

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

Color convert

RGB 233 96 118 -
CMYK 0 0.59 0.49 0.09
HSL 350.37º 0.76% 0.65% -
HSV(B) 350.37º 0.59% 0.91% -
XYZ 41.06 27 20.19 -
YUV 139.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 233 96 118 0 0.59 0.49 0.09 350.37 0.76 0.65
Hex E9 60 76 0 3B 31 9 15E 4C 41
Octal 351 140 166 0 73 61 11 536 114 101
Binary 11101001 1100000 1110110 0 111011 110001 1001 101011110 1001100 1000001

Color Harmonies of #E96076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96076

Black with #E96076

Text Example


Text Example

White with #E96076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96076; }

 p { color: rgb(233,96,118); }

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

background-color css

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

 a { background-color: rgb(233,96,118); }

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

border-color css

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

 span { border-color: rgb(233,96,118); }

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