Html Css Color HEX #E95681 Dark Pink

📋 copy color: '#E95681'

red 233 ◦ green 86 ◦ blue 129

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

Shades of Dark Pink #E95681

Tints of Dark Pink #E95681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.2%

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

R = 52.01%
G = 19.2%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E95681 (or 0xE95681) is known color: Dark Pink. HEX triplet: E9, 56 and 81. RGB value is (233,86,129). Sum of RGB (Red+Green+Blue) = 233+86+129=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E95681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95681 is #16A97E. Grayscale: #868686. Windows color (decimal): -1485183 or 8476393. OLE color: 8476393.

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

Color convert

RGB 233 86 129 -
CMYK 0 0.63 0.45 0.09
HSL 342.45º 0.77% 0.63% -
HSV(B) 342.45º 0.63% 0.91% -
XYZ 40.89 25.56 23.55 -
YUV 134.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 233 86 129 0 0.63 0.45 0.09 342.45 0.77 0.63
Hex E9 56 81 0 3F 2D 9 156 4D 3F
Octal 351 126 201 0 77 55 11 526 115 77
Binary 11101001 1010110 10000001 0 111111 101101 1001 101010110 1001101 111111

Color Harmonies of #E95681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95681

Black with #E95681

Text Example


Text Example

White with #E95681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95681; }

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

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

background-color css

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

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

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

border-color css

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

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

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