Html Css Color HEX #E96CB2 Hot Pink

📋 copy color: '#E96CB2'

red 233 ◦ green 108 ◦ blue 178

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

Shades of Hot Pink #E96CB2

Tints of Hot Pink #E96CB2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.81%

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

R = 44.89%
G = 20.81%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E96CB2 (or 0xE96CB2) is known color: Hot Pink. HEX triplet: E9, 6C and B2. RGB value is (233,108,178). Sum of RGB (Red+Green+Blue) = 233+108+178=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96CB2 is #16934D. Grayscale: #999999. Windows color (decimal): -1479502 or 11693289. OLE color: 11693289.

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

Color convert

RGB 233 108 178 -
CMYK 0 0.54 0.24 0.09
HSL 326.4º 0.74% 0.67% -
HSV(B) 326.4º 0.54% 0.91% -
XYZ 47 31.26 45.68 -
YUV 153.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 233 108 178 0 0.54 0.24 0.09 326.4 0.74 0.67
Hex E9 6C B2 0 36 18 9 146 4A 43
Octal 351 154 262 0 66 30 11 506 112 103
Binary 11101001 1101100 10110010 0 110110 11000 1001 101000110 1001010 1000011

Color Harmonies of #E96CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96CB2

Black with #E96CB2

Text Example


Text Example

White with #E96CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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