Html Css Color HEX #E95B8A Dark Pink

📋 copy color: '#E95B8A'

red 233 ◦ green 91 ◦ blue 138

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

Shades of Dark Pink #E95B8A

Tints of Dark Pink #E95B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 50.43%
G = 19.7%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E95B8A (or 0xE95B8A) is known color: Dark Pink. HEX triplet: E9, 5B and 8A. RGB value is (233,91,138). Sum of RGB (Red+Green+Blue) = 233+91+138=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95B8A is #16A475. Grayscale: #8A8A8A. Windows color (decimal): -1483894 or 9067497. OLE color: 9067497.

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

Color convert

RGB 233 91 138 -
CMYK 0 0.61 0.41 0.09
HSL 340.14º 0.76% 0.64% -
HSV(B) 340.14º 0.61% 0.91% -
XYZ 41.93 26.64 26.98 -
YUV 138.82 127.54 195.18 -
System Red Green Blue C M Y K H S L
Decimal 233 91 138 0 0.61 0.41 0.09 340.14 0.76 0.64
Hex E9 5B 8A 0 3D 29 9 154 4C 40
Octal 351 133 212 0 75 51 11 524 114 100
Binary 11101001 1011011 10001010 0 111101 101001 1001 101010100 1001100 1000000

Color Harmonies of #E95B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95B8A

Black with #E95B8A

Text Example


Text Example

White with #E95B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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