Html Css Color HEX #E96DB2 Hot Pink

📋 copy color: '#E96DB2'

red 233 ◦ green 109 ◦ blue 178

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

Shades of Hot Pink #E96DB2

Tints of Hot Pink #E96DB2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.96%

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 44.81%
G = 20.96%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E96DB2 (or 0xE96DB2) is known color: Hot Pink. HEX triplet: E9, 6D and B2. RGB value is (233,109,178). Sum of RGB (Red+Green+Blue) = 233+109+178=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96DB2 is #16924D. Grayscale: #999999. Windows color (decimal): -1479246 or 11693545. OLE color: 11693545.

HSL color Cylindrical-coordinate representation of color #E96DB2: hue angle of 326.61º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96DB2 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 109 178 -
CMYK 0 0.53 0.24 0.09
HSL 326.61º 0.74% 0.67% -
HSV(B) 326.61º 0.53% 0.91% -
XYZ 47.11 31.48 45.71 -
YUV 153.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 233 109 178 0 0.53 0.24 0.09 326.61 0.74 0.67
Hex E9 6D B2 0 35 18 9 147 4A 43
Octal 351 155 262 0 65 30 11 507 112 103
Binary 11101001 1101101 10110010 0 110101 11000 1001 101000111 1001010 1000011

Color Harmonies of #E96DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DB2

Black with #E96DB2

Text Example


Text Example

White with #E96DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DB2; }

 p { color: rgb(233,109,178); }

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

background-color css

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

 a { background-color: rgb(233,109,178); }

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

border-color css

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

 span { border-color: rgb(233,109,178); }

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