Html Css Color HEX #E95B8C Dark Pink

📋 copy color: '#E95B8C'

red 233 ◦ green 91 ◦ blue 140

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

Shades of Dark Pink #E95B8C

Tints of Dark Pink #E95B8C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.61%

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 50.22%
G = 19.61%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E95B8C (or 0xE95B8C) is known color: Dark Pink. HEX triplet: E9, 5B and 8C. RGB value is (233,91,140). Sum of RGB (Red+Green+Blue) = 233+91+140=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95B8C is #16A473. Grayscale: #8A8A8A. Windows color (decimal): -1483892 or 9198569. OLE color: 9198569.

HSL color Cylindrical-coordinate representation of color #E95B8C: hue angle of 339.3º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95B8C is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 91 140 -
CMYK 0 0.61 0.40 0.09
HSL 339.3º 0.76% 0.64% -
HSV(B) 339.3º 0.61% 0.91% -
XYZ 42.08 26.7 27.75 -
YUV 139.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 233 91 140 0 0.61 0.40 0.09 339.3 0.76 0.64
Hex E9 5B 8C 0 3D 28 9 153 4C 40
Octal 351 133 214 0 75 50 11 523 114 100
Binary 11101001 1011011 10001100 0 111101 101000 1001 101010011 1001100 1000000

Color Harmonies of #E95B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95B8C

Black with #E95B8C

Text Example


Text Example

White with #E95B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95B8C; }

 p { color: rgb(233,91,140); }

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

background-color css

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

 a { background-color: rgb(233,91,140); }

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

border-color css

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

 span { border-color: rgb(233,91,140); }

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