Html Css Color HEX #E95963 Froly

📋 copy color: '#E95963'

red 233 ◦ green 89 ◦ blue 99

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

Shades of Froly #E95963

Tints of Froly #E95963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.52%

R = 55.34%
G = 21.14%
B = 23.52%

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

#E95963 (or 0xE95963) is known color: Froly. HEX triplet: E9, 59 and 63. RGB value is (233,89,99). Sum of RGB (Red+Green+Blue) = 233+89+99=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E95963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95963 is #16A69C. Grayscale: #858585. Windows color (decimal): -1484445 or 6511081. OLE color: 6511081.

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

Color convert

RGB 233 89 99 -
CMYK 0 0.62 0.58 0.09
HSL 355.83º 0.77% 0.63% -
HSV(B) 355.83º 0.62% 0.91% -
XYZ 39.43 25.37 14.62 -
YUV 133.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 233 89 99 0 0.62 0.58 0.09 355.83 0.77 0.63
Hex E9 59 63 0 3E 3A 9 164 4D 3F
Octal 351 131 143 0 76 72 11 544 115 77
Binary 11101001 1011001 1100011 0 111110 111010 1001 101100100 1001101 111111

Color Harmonies of #E95963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95963

Black with #E95963

Text Example


Text Example

White with #E95963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95963; }

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

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

background-color css

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

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

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

border-color css

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

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

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