Html Css Color HEX #E96064 Froly

📋 copy color: '#E96064'

red 233 ◦ green 96 ◦ blue 100

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

Shades of Froly #E96064

Tints of Froly #E96064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.38%

 BLUE value IS 100 (39.45% from 255) = 23.31%

R = 54.31%
G = 22.38%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E96064 (or 0xE96064) is known color: Froly. HEX triplet: E9, 60 and 64. RGB value is (233,96,100). Sum of RGB (Red+Green+Blue) = 233+96+100=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E96064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96064 is #169F9B. Grayscale: #898989. Windows color (decimal): -1482652 or 6578409. OLE color: 6578409.

HSL color Cylindrical-coordinate representation of color #E96064: hue angle of 358.25º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E96064 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 96 100 -
CMYK 0 0.59 0.57 0.09
HSL 358.25º 0.76% 0.65% -
HSV(B) 358.25º 0.59% 0.91% -
XYZ 40.09 26.61 15.08 -
YUV 137.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 233 96 100 0 0.59 0.57 0.09 358.25 0.76 0.65
Hex E9 60 64 0 3B 39 9 166 4C 41
Octal 351 140 144 0 73 71 11 546 114 101
Binary 11101001 1100000 1100100 0 111011 111001 1001 101100110 1001100 1000001

Color Harmonies of #E96064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96064

Black with #E96064

Text Example


Text Example

White with #E96064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96064; }

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

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

background-color css

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

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

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

border-color css

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

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

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