Html Css Color HEX #E95870 Dark Pink

📋 copy color: '#E95870'

red 233 ◦ green 88 ◦ blue 112

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

Shades of Dark Pink #E95870

Tints of Dark Pink #E95870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.32%

 BLUE value IS 112 (44.14% from 255) = 25.87%

R = 53.81%
G = 20.32%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E95870 (or 0xE95870) is known color: Dark Pink. HEX triplet: E9, 58 and 70. RGB value is (233,88,112). Sum of RGB (Red+Green+Blue) = 233+88+112=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95870 is #16A78F. Grayscale: #868686. Windows color (decimal): -1484688 or 7362793. OLE color: 7362793.

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

Color convert

RGB 233 88 112 -
CMYK 0 0.62 0.52 0.09
HSL 350.07º 0.77% 0.63% -
HSV(B) 350.07º 0.62% 0.91% -
XYZ 40.02 25.47 18.14 -
YUV 134.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 233 88 112 0 0.62 0.52 0.09 350.07 0.77 0.63
Hex E9 58 70 0 3E 34 9 15E 4D 3F
Octal 351 130 160 0 76 64 11 536 115 77
Binary 11101001 1011000 1110000 0 111110 110100 1001 101011110 1001101 111111

Color Harmonies of #E95870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95870

Black with #E95870

Text Example


Text Example

White with #E95870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95870; }

 p { color: rgb(233,88,112); }

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

background-color css

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

 a { background-color: rgb(233,88,112); }

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

border-color css

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

 span { border-color: rgb(233,88,112); }

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