Html Css Color HEX #E96578 Froly

📋 copy color: '#E96578'

red 233 ◦ green 101 ◦ blue 120

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

Shades of Froly #E96578

Tints of Froly #E96578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.43%

R = 51.32%
G = 22.25%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E96578 (or 0xE96578) is known color: Froly. HEX triplet: E9, 65 and 78. RGB value is (233,101,120). Sum of RGB (Red+Green+Blue) = 233+101+120=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E96578 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96578 is #169A87. Grayscale: #8E8E8E. Windows color (decimal): -1481352 or 7890409. OLE color: 7890409.

HSL color Cylindrical-coordinate representation of color #E96578: hue angle of 351.36º 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 #E96578 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 101 120 -
CMYK 0 0.57 0.48 0.09
HSL 351.36º 0.75% 0.65% -
HSV(B) 351.36º 0.57% 0.91% -
XYZ 41.65 27.99 20.98 -
YUV 142.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 233 101 120 0 0.57 0.48 0.09 351.36 0.75 0.65
Hex E9 65 78 0 39 30 9 15F 4B 41
Octal 351 145 170 0 71 60 11 537 113 101
Binary 11101001 1100101 1111000 0 111001 110000 1001 101011111 1001011 1000001

Color Harmonies of #E96578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96578

Black with #E96578

Text Example


Text Example

White with #E96578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96578; }

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

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

background-color css

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

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

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

border-color css

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

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

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