Html Css Color HEX #E95875 Dark Pink

📋 copy color: '#E95875'

red 233 ◦ green 88 ◦ blue 117

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

Shades of Dark Pink #E95875

Tints of Dark Pink #E95875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 53.2%
G = 20.09%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E95875 (or 0xE95875) is known color: Dark Pink. HEX triplet: E9, 58 and 75. RGB value is (233,88,117). Sum of RGB (Red+Green+Blue) = 233+88+117=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E95875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95875 is #16A78A. Grayscale: #868686. Windows color (decimal): -1484683 or 7690473. OLE color: 7690473.

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

Color convert

RGB 233 88 117 -
CMYK 0 0.62 0.50 0.09
HSL 348º 0.77% 0.63% -
HSV(B) 348º 0.62% 0.91% -
XYZ 40.3 25.59 19.64 -
YUV 134.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 233 88 117 0 0.62 0.50 0.09 348 0.77 0.63
Hex E9 58 75 0 3E 32 9 15C 4D 3F
Octal 351 130 165 0 76 62 11 534 115 77
Binary 11101001 1011000 1110101 0 111110 110010 1001 101011100 1001101 111111

Color Harmonies of #E95875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95875

Black with #E95875

Text Example


Text Example

White with #E95875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95875; }

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

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

background-color css

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

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

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

border-color css

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

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

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