Html Css Color HEX #E95962 Froly

📋 copy color: '#E95962'

red 233 ◦ green 89 ◦ blue 98

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

Shades of Froly #E95962

Tints of Froly #E95962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.19%

 BLUE value IS 98 (38.67% from 255) = 23.33%

R = 55.48%
G = 21.19%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E95962 (or 0xE95962) is known color: Froly. HEX triplet: E9, 59 and 62. RGB value is (233,89,98). Sum of RGB (Red+Green+Blue) = 233+89+98=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E95962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95962 is #16A69D. Grayscale: #858585. Windows color (decimal): -1484446 or 6445545. OLE color: 6445545.

HSL color Cylindrical-coordinate representation of color #E95962: hue angle of 356.25º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95962 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 89 98 -
CMYK 0 0.62 0.58 0.09
HSL 356.25º 0.77% 0.63% -
HSV(B) 356.25º 0.62% 0.91% -
XYZ 39.38 25.35 14.37 -
YUV 133.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 233 89 98 0 0.62 0.58 0.09 356.25 0.77 0.63
Hex E9 59 62 0 3E 3A 9 164 4D 3F
Octal 351 131 142 0 76 72 11 544 115 77
Binary 11101001 1011001 1100010 0 111110 111010 1001 101100100 1001101 111111

Color Harmonies of #E95962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95962

Black with #E95962

Text Example


Text Example

White with #E95962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95962; }

 p { color: rgb(233,89,98); }

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

background-color css

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

 a { background-color: rgb(233,89,98); }

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

border-color css

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

 span { border-color: rgb(233,89,98); }

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