Html Css Color HEX #E95885 Dark Pink

📋 copy color: '#E95885'

red 233 ◦ green 88 ◦ blue 133

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

Shades of Dark Pink #E95885

Tints of Dark Pink #E95885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.3%

R = 51.32%
G = 19.38%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E95885 (or 0xE95885) is known color: Dark Pink. HEX triplet: E9, 58 and 85. RGB value is (233,88,133). Sum of RGB (Red+Green+Blue) = 233+88+133=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E95885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95885 is #16A77A. Grayscale: #888888. Windows color (decimal): -1484667 or 8739049. OLE color: 8739049.

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

Color convert

RGB 233 88 133 -
CMYK 0 0.62 0.43 0.09
HSL 341.38º 0.77% 0.63% -
HSV(B) 341.38º 0.62% 0.91% -
XYZ 41.33 26 25.03 -
YUV 136.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 233 88 133 0 0.62 0.43 0.09 341.38 0.77 0.63
Hex E9 58 85 0 3E 2B 9 155 4D 3F
Octal 351 130 205 0 76 53 11 525 115 77
Binary 11101001 1011000 10000101 0 111110 101011 1001 101010101 1001101 111111

Color Harmonies of #E95885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95885

Black with #E95885

Text Example


Text Example

White with #E95885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95885; }

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

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

background-color css

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

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

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

border-color css

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

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

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