Html Css Color HEX #E95581 Dark Pink

📋 copy color: '#E95581'

red 233 ◦ green 85 ◦ blue 129

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

Shades of Dark Pink #E95581

Tints of Dark Pink #E95581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 52.13%
G = 19.02%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E95581 (or 0xE95581) is known color: Dark Pink. HEX triplet: E9, 55 and 81. RGB value is (233,85,129). Sum of RGB (Red+Green+Blue) = 233+85+129=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E95581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95581 is #16AA7E. Grayscale: #868686. Windows color (decimal): -1485439 or 8476137. OLE color: 8476137.

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

Color convert

RGB 233 85 129 -
CMYK 0 0.64 0.45 0.09
HSL 342.16º 0.77% 0.62% -
HSV(B) 342.16º 0.64% 0.91% -
XYZ 40.82 25.41 23.52 -
YUV 134.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 233 85 129 0 0.64 0.45 0.09 342.16 0.77 0.62
Hex E9 55 81 0 40 2D 9 156 4D 3E
Octal 351 125 201 0 100 55 11 526 115 76
Binary 11101001 1010101 10000001 0 1000000 101101 1001 101010110 1001101 111110

Color Harmonies of #E95581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95581

Black with #E95581

Text Example


Text Example

White with #E95581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95581; }

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

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

background-color css

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

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

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

border-color css

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

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

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