Html Css Color HEX #E95DB1 Hot Pink

📋 copy color: '#E95DB1'

red 233 ◦ green 93 ◦ blue 177

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

Shades of Hot Pink #E95DB1

Tints of Hot Pink #E95DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 46.32%
G = 18.49%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E95DB1 (or 0xE95DB1) is known color: Hot Pink. HEX triplet: E9, 5D and B1. RGB value is (233,93,177). Sum of RGB (Red+Green+Blue) = 233+93+177=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DB1 is #16A24E. Grayscale: #909090. Windows color (decimal): -1483343 or 11623913. OLE color: 11623913.

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

Color convert

RGB 233 93 177 -
CMYK 0 0.60 0.24 0.09
HSL 324º 0.76% 0.64% -
HSV(B) 324º 0.6% 0.91% -
XYZ 45.45 28.33 44.67 -
YUV 144.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 233 93 177 0 0.60 0.24 0.09 324 0.76 0.64
Hex E9 5D B1 0 3C 18 9 144 4C 40
Octal 351 135 261 0 74 30 11 504 114 100
Binary 11101001 1011101 10110001 0 111100 11000 1001 101000100 1001100 1000000

Color Harmonies of #E95DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95DB1

Black with #E95DB1

Text Example


Text Example

White with #E95DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95DB1; }

 p { color: rgb(233,93,177); }

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

background-color css

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

 a { background-color: rgb(233,93,177); }

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

border-color css

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

 span { border-color: rgb(233,93,177); }

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