Html Css Color HEX #E96BB9 Hot Pink

📋 copy color: '#E96BB9'

red 233 ◦ green 107 ◦ blue 185

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

Shades of Hot Pink #E96BB9

Tints of Hot Pink #E96BB9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.38%

 BLUE value IS 185 (72.66% from 255) = 35.24%

R = 44.38%
G = 20.38%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E96BB9 (or 0xE96BB9) is known color: Hot Pink. HEX triplet: E9, 6B and B9. RGB value is (233,107,185). Sum of RGB (Red+Green+Blue) = 233+107+185=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BB9 is #169446. Grayscale: #999999. Windows color (decimal): -1479751 or 12151785. OLE color: 12151785.

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

Color convert

RGB 233 107 185 -
CMYK 0 0.54 0.21 0.09
HSL 322.86º 0.74% 0.67% -
HSV(B) 322.86º 0.54% 0.91% -
XYZ 47.62 31.34 49.44 -
YUV 153.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 233 107 185 0 0.54 0.21 0.09 322.86 0.74 0.67
Hex E9 6B B9 0 36 15 9 143 4A 43
Octal 351 153 271 0 66 25 11 503 112 103
Binary 11101001 1101011 10111001 0 110110 10101 1001 101000011 1001010 1000011

Color Harmonies of #E96BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96BB9

Black with #E96BB9

Text Example


Text Example

White with #E96BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96BB9; }

 p { color: rgb(233,107,185); }

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

background-color css

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

 a { background-color: rgb(233,107,185); }

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

border-color css

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

 span { border-color: rgb(233,107,185); }

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