Html Css Color HEX #E96A79 Froly

📋 copy color: '#E96A79'

red 233 ◦ green 106 ◦ blue 121

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

Shades of Froly #E96A79

Tints of Froly #E96A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.04%

 BLUE value IS 121 (47.66% from 255) = 26.3%

R = 50.65%
G = 23.04%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E96A79 (or 0xE96A79) is known color: Froly. HEX triplet: E9, 6A and 79. RGB value is (233,106,121). Sum of RGB (Red+Green+Blue) = 233+106+121=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A79 is #169586. Grayscale: #919191. Windows color (decimal): -1480071 or 7957225. OLE color: 7957225.

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

Color convert

RGB 233 106 121 -
CMYK 0 0.55 0.48 0.09
HSL 352.91º 0.74% 0.66% -
HSV(B) 352.91º 0.55% 0.91% -
XYZ 42.21 29.01 21.46 -
YUV 145.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 233 106 121 0 0.55 0.48 0.09 352.91 0.74 0.66
Hex E9 6A 79 0 37 30 9 161 4A 42
Octal 351 152 171 0 67 60 11 541 112 102
Binary 11101001 1101010 1111001 0 110111 110000 1001 101100001 1001010 1000010

Color Harmonies of #E96A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96A79

Black with #E96A79

Text Example


Text Example

White with #E96A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96A79; }

 p { color: rgb(233,106,121); }

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

background-color css

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

 a { background-color: rgb(233,106,121); }

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

border-color css

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

 span { border-color: rgb(233,106,121); }

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