Html Css Color HEX #E96FB0 Hot Pink

📋 copy color: '#E96FB0'

red 233 ◦ green 111 ◦ blue 176

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

Shades of Hot Pink #E96FB0

Tints of Hot Pink #E96FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 44.81%
G = 21.35%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E96FB0 (or 0xE96FB0) is known color: Hot Pink. HEX triplet: E9, 6F and B0. RGB value is (233,111,176). Sum of RGB (Red+Green+Blue) = 233+111+176=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96FB0 is #16904F. Grayscale: #9A9A9A. Windows color (decimal): -1478736 or 11562985. OLE color: 11562985.

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

Color convert

RGB 233 111 176 -
CMYK 0 0.52 0.24 0.09
HSL 328.03º 0.73% 0.67% -
HSV(B) 328.03º 0.52% 0.91% -
XYZ 47.13 31.83 44.73 -
YUV 154.89 139.92 183.71 -
System Red Green Blue C M Y K H S L
Decimal 233 111 176 0 0.52 0.24 0.09 328.03 0.73 0.67
Hex E9 6F B0 0 34 18 9 148 49 43
Octal 351 157 260 0 64 30 11 510 111 103
Binary 11101001 1101111 10110000 0 110100 11000 1001 101001000 1001001 1000011

Color Harmonies of #E96FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96FB0

Black with #E96FB0

Text Example


Text Example

White with #E96FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96FB0; }

 p { color: rgb(233,111,176); }

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

background-color css

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

 a { background-color: rgb(233,111,176); }

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

border-color css

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

 span { border-color: rgb(233,111,176); }

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