Html Css Color HEX #E95890 Dark Pink

📋 copy color: '#E95890'

red 233 ◦ green 88 ◦ blue 144

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

Shades of Dark Pink #E95890

Tints of Dark Pink #E95890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 50.11%
G = 18.92%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E95890 (or 0xE95890) is known color: Dark Pink. HEX triplet: E9, 58 and 90. RGB value is (233,88,144). Sum of RGB (Red+Green+Blue) = 233+88+144=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E95890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95890 is #16A76F. Grayscale: #898989. Windows color (decimal): -1484656 or 9459945. OLE color: 9459945.

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

Color convert

RGB 233 88 144 -
CMYK 0 0.62 0.38 0.09
HSL 336.83º 0.77% 0.63% -
HSV(B) 336.83º 0.62% 0.91% -
XYZ 42.13 26.32 29.24 -
YUV 137.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 233 88 144 0 0.62 0.38 0.09 336.83 0.77 0.63
Hex E9 58 90 0 3E 26 9 151 4D 3F
Octal 351 130 220 0 76 46 11 521 115 77
Binary 11101001 1011000 10010000 0 111110 100110 1001 101010001 1001101 111111

Color Harmonies of #E95890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95890

Black with #E95890

Text Example


Text Example

White with #E95890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95890; }

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

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

background-color css

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

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

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

border-color css

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

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

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