Html Css Color HEX #E96A75 Froly

📋 copy color: '#E96A75'

red 233 ◦ green 106 ◦ blue 117

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

Shades of Froly #E96A75

Tints of Froly #E96A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 51.1%
G = 23.25%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E96A75 (or 0xE96A75) is known color: Froly. HEX triplet: E9, 6A and 75. RGB value is (233,106,117). Sum of RGB (Red+Green+Blue) = 233+106+117=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A75 is #16958A. Grayscale: #919191. Windows color (decimal): -1480075 or 7695081. OLE color: 7695081.

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

Color convert

RGB 233 106 117 -
CMYK 0 0.55 0.50 0.09
HSL 354.8º 0.74% 0.66% -
HSV(B) 354.8º 0.55% 0.91% -
XYZ 41.97 28.92 20.2 -
YUV 145.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 233 106 117 0 0.55 0.50 0.09 354.8 0.74 0.66
Hex E9 6A 75 0 37 32 9 163 4A 42
Octal 351 152 165 0 67 62 11 543 112 102
Binary 11101001 1101010 1110101 0 110111 110010 1001 101100011 1001010 1000010

Color Harmonies of #E96A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96A75

Black with #E96A75

Text Example


Text Example

White with #E96A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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