Html Css Color HEX #E95961 Froly

📋 copy color: '#E95961'

red 233 ◦ green 89 ◦ blue 97

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

Shades of Froly #E95961

Tints of Froly #E95961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.15%

R = 55.61%
G = 21.24%
B = 23.15%

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

#E95961 (or 0xE95961) is known color: Froly. HEX triplet: E9, 59 and 61. RGB value is (233,89,97). Sum of RGB (Red+Green+Blue) = 233+89+97=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E95961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95961 is #16A69E. Grayscale: #858585. Windows color (decimal): -1484447 or 6380009. OLE color: 6380009.

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

Color convert

RGB 233 89 97 -
CMYK 0 0.62 0.58 0.09
HSL 356.67º 0.77% 0.63% -
HSV(B) 356.67º 0.62% 0.91% -
XYZ 39.33 25.33 14.13 -
YUV 132.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 233 89 97 0 0.62 0.58 0.09 356.67 0.77 0.63
Hex E9 59 61 0 3E 3A 9 165 4D 3F
Octal 351 131 141 0 76 72 11 545 115 77
Binary 11101001 1011001 1100001 0 111110 111010 1001 101100101 1001101 111111

Color Harmonies of #E95961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95961

Black with #E95961

Text Example


Text Example

White with #E95961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95961; }

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

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

background-color css

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

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

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

border-color css

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

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

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