Html Css Color HEX #E95560 Mandy

📋 copy color: '#E95560'

red 233 ◦ green 85 ◦ blue 96

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

Shades of Mandy #E95560

Tints of Mandy #E95560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.53%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 56.28%
G = 20.53%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E95560 (or 0xE95560) is known color: Mandy. HEX triplet: E9, 55 and 60. RGB value is (233,85,96). Sum of RGB (Red+Green+Blue) = 233+85+96=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E95560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95560 is #16AA9F. Grayscale: #828282. Windows color (decimal): -1485472 or 6313449. OLE color: 6313449.

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

Color convert

RGB 233 85 96 -
CMYK 0 0.64 0.59 0.09
HSL 355.54º 0.77% 0.62% -
HSV(B) 355.54º 0.64% 0.91% -
XYZ 38.96 24.67 13.77 -
YUV 130.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 233 85 96 0 0.64 0.59 0.09 355.54 0.77 0.62
Hex E9 55 60 0 40 3B 9 164 4D 3E
Octal 351 125 140 0 100 73 11 544 115 76
Binary 11101001 1010101 1100000 0 1000000 111011 1001 101100100 1001101 111110

Color Harmonies of #E95560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95560

Black with #E95560

Text Example


Text Example

White with #E95560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95560; }

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

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

background-color css

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

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

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

border-color css

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

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

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