Html Css Color HEX #E96CB4 Hot Pink

📋 copy color: '#E96CB4'

red 233 ◦ green 108 ◦ blue 180

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

Shades of Hot Pink #E96CB4

Tints of Hot Pink #E96CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 44.72%
G = 20.73%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E96CB4 (or 0xE96CB4) is known color: Hot Pink. HEX triplet: E9, 6C and B4. RGB value is (233,108,180). Sum of RGB (Red+Green+Blue) = 233+108+180=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CB4 is #16934B. Grayscale: #999999. Windows color (decimal): -1479500 or 11824361. OLE color: 11824361.

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

Color convert

RGB 233 108 180 -
CMYK 0 0.54 0.23 0.09
HSL 325.44º 0.74% 0.67% -
HSV(B) 325.44º 0.54% 0.91% -
XYZ 47.21 31.34 46.74 -
YUV 153.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 233 108 180 0 0.54 0.23 0.09 325.44 0.74 0.67
Hex E9 6C B4 0 36 17 9 145 4A 43
Octal 351 154 264 0 66 27 11 505 112 103
Binary 11101001 1101100 10110100 0 110110 10111 1001 101000101 1001010 1000011

Color Harmonies of #E96CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96CB4

Black with #E96CB4

Text Example


Text Example

White with #E96CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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