Html Css Color HEX #E95388 Dark Pink

📋 copy color: '#E95388'

red 233 ◦ green 83 ◦ blue 136

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

Shades of Dark Pink #E95388

Tints of Dark Pink #E95388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.36%

 BLUE value IS 136 (53.52% from 255) = 30.09%

R = 51.55%
G = 18.36%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E95388 (or 0xE95388) is known color: Dark Pink. HEX triplet: E9, 53 and 88. RGB value is (233,83,136). Sum of RGB (Red+Green+Blue) = 233+83+136=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E95388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95388 is #16AC77. Grayscale: #858585. Windows color (decimal): -1485944 or 8934377. OLE color: 8934377.

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

Color convert

RGB 233 83 136 -
CMYK 0 0.64 0.42 0.09
HSL 338.8º 0.77% 0.62% -
HSV(B) 338.8º 0.64% 0.91% -
XYZ 41.14 25.29 26.01 -
YUV 133.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 233 83 136 0 0.64 0.42 0.09 338.8 0.77 0.62
Hex E9 53 88 0 40 2A 9 153 4D 3E
Octal 351 123 210 0 100 52 11 523 115 76
Binary 11101001 1010011 10001000 0 1000000 101010 1001 101010011 1001101 111110

Color Harmonies of #E95388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95388

Black with #E95388

Text Example


Text Example

White with #E95388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95388; }

 p { color: rgb(233,83,136); }

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

background-color css

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

 a { background-color: rgb(233,83,136); }

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

border-color css

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

 span { border-color: rgb(233,83,136); }

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