Html Css Color HEX #E96C75 Froly

📋 copy color: '#E96C75'

red 233 ◦ green 108 ◦ blue 117

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

Shades of Froly #E96C75

Tints of Froly #E96C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.58%

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

R = 50.87%
G = 23.58%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E96C75 (or 0xE96C75) is known color: Froly. HEX triplet: E9, 6C and 75. RGB value is (233,108,117). Sum of RGB (Red+Green+Blue) = 233+108+117=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C75 is #16938A. Grayscale: #929292. Windows color (decimal): -1479563 or 7695593. OLE color: 7695593.

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

Color convert

RGB 233 108 117 -
CMYK 0 0.54 0.50 0.09
HSL 355.68º 0.74% 0.67% -
HSV(B) 355.68º 0.54% 0.91% -
XYZ 42.18 29.33 20.27 -
YUV 146.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 233 108 117 0 0.54 0.50 0.09 355.68 0.74 0.67
Hex E9 6C 75 0 36 32 9 164 4A 43
Octal 351 154 165 0 66 62 11 544 112 103
Binary 11101001 1101100 1110101 0 110110 110010 1001 101100100 1001010 1000011

Color Harmonies of #E96C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96C75

Black with #E96C75

Text Example


Text Example

White with #E96C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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