Html Css Color HEX #E96475 Froly

📋 copy color: '#E96475'

red 233 ◦ green 100 ◦ blue 117

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

Shades of Froly #E96475

Tints of Froly #E96475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.22%

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

R = 51.78%
G = 22.22%
B = 26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E96475 (or 0xE96475) is known color: Froly. HEX triplet: E9, 64 and 75. RGB value is (233,100,117). Sum of RGB (Red+Green+Blue) = 233+100+117=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E96475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96475 is #169B8A. Grayscale: #8D8D8D. Windows color (decimal): -1481611 or 7693545. OLE color: 7693545.

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

Color convert

RGB 233 100 117 -
CMYK 0 0.57 0.50 0.09
HSL 352.33º 0.75% 0.65% -
HSV(B) 352.33º 0.57% 0.91% -
XYZ 41.37 27.72 20 -
YUV 141.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 233 100 117 0 0.57 0.50 0.09 352.33 0.75 0.65
Hex E9 64 75 0 39 32 9 160 4B 41
Octal 351 144 165 0 71 62 11 540 113 101
Binary 11101001 1100100 1110101 0 111001 110010 1001 101100000 1001011 1000001

Color Harmonies of #E96475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96475

Black with #E96475

Text Example


Text Example

White with #E96475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96475; }

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

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

background-color css

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

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

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

border-color css

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

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

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