Html Css Color HEX #E96AB6 Hot Pink

📋 copy color: '#E96AB6'

red 233 ◦ green 106 ◦ blue 182

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

Shades of Hot Pink #E96AB6

Tints of Hot Pink #E96AB6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.35%

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

R = 44.72%
G = 20.35%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E96AB6 (or 0xE96AB6) is known color: Hot Pink. HEX triplet: E9, 6A and B6. RGB value is (233,106,182). Sum of RGB (Red+Green+Blue) = 233+106+182=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AB6 is #169549. Grayscale: #989898. Windows color (decimal): -1480010 or 11954921. OLE color: 11954921.

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

Color convert

RGB 233 106 182 -
CMYK 0 0.55 0.22 0.09
HSL 324.09º 0.74% 0.66% -
HSV(B) 324.09º 0.55% 0.91% -
XYZ 47.2 31.01 47.75 -
YUV 152.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 233 106 182 0 0.55 0.22 0.09 324.09 0.74 0.66
Hex E9 6A B6 0 37 16 9 144 4A 42
Octal 351 152 266 0 67 26 11 504 112 102
Binary 11101001 1101010 10110110 0 110111 10110 1001 101000100 1001010 1000010

Color Harmonies of #E96AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AB6

Black with #E96AB6

Text Example


Text Example

White with #E96AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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