Html Css Color HEX #E95DB6 Hot Pink

📋 copy color: '#E95DB6'

red 233 ◦ green 93 ◦ blue 182

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

Shades of Hot Pink #E95DB6

Tints of Hot Pink #E95DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.83%

R = 45.87%
G = 18.31%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E95DB6 (or 0xE95DB6) is known color: Hot Pink. HEX triplet: E9, 5D and B6. RGB value is (233,93,182). Sum of RGB (Red+Green+Blue) = 233+93+182=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DB6 is #16A249. Grayscale: #909090. Windows color (decimal): -1483338 or 11951593. OLE color: 11951593.

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

Color convert

RGB 233 93 182 -
CMYK 0 0.60 0.22 0.09
HSL 321.86º 0.76% 0.64% -
HSV(B) 321.86º 0.6% 0.91% -
XYZ 45.96 28.53 47.34 -
YUV 145.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 233 93 182 0 0.60 0.22 0.09 321.86 0.76 0.64
Hex E9 5D B6 0 3C 16 9 142 4C 40
Octal 351 135 266 0 74 26 11 502 114 100
Binary 11101001 1011101 10110110 0 111100 10110 1001 101000010 1001100 1000000

Color Harmonies of #E95DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95DB6

Black with #E95DB6

Text Example


Text Example

White with #E95DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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