Html Css Color HEX #E95784 Dark Pink

📋 copy color: '#E95784'

red 233 ◦ green 87 ◦ blue 132

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

Shades of Dark Pink #E95784

Tints of Dark Pink #E95784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.25%

 BLUE value IS 132 (51.95% from 255) = 29.2%

R = 51.55%
G = 19.25%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E95784 (or 0xE95784) is known color: Dark Pink. HEX triplet: E9, 57 and 84. RGB value is (233,87,132). Sum of RGB (Red+Green+Blue) = 233+87+132=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E95784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95784 is #16A87B. Grayscale: #878787. Windows color (decimal): -1484924 or 8673257. OLE color: 8673257.

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

Color convert

RGB 233 87 132 -
CMYK 0 0.63 0.43 0.09
HSL 341.51º 0.77% 0.63% -
HSV(B) 341.51º 0.63% 0.91% -
XYZ 41.18 25.81 24.64 -
YUV 135.78 125.87 197.34 -
System Red Green Blue C M Y K H S L
Decimal 233 87 132 0 0.63 0.43 0.09 341.51 0.77 0.63
Hex E9 57 84 0 3F 2B 9 156 4D 3F
Octal 351 127 204 0 77 53 11 526 115 77
Binary 11101001 1010111 10000100 0 111111 101011 1001 101010110 1001101 111111

Color Harmonies of #E95784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95784

Black with #E95784

Text Example


Text Example

White with #E95784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95784; }

 p { color: rgb(233,87,132); }

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

background-color css

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

 a { background-color: rgb(233,87,132); }

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

border-color css

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

 span { border-color: rgb(233,87,132); }

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