Html Css Color HEX #E955B9 Hot Pink

📋 copy color: '#E955B9'

red 233 ◦ green 85 ◦ blue 185

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

Shades of Hot Pink #E955B9

Tints of Hot Pink #E955B9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.9%

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

R = 46.32%
G = 16.9%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E955B9 (or 0xE955B9) is known color: Hot Pink. HEX triplet: E9, 55 and B9. RGB value is (233,85,185). Sum of RGB (Red+Green+Blue) = 233+85+185=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E955B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955B9 is #16AA46. Grayscale: #8C8C8C. Windows color (decimal): -1485383 or 12146153. OLE color: 12146153.

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

Color convert

RGB 233 85 185 -
CMYK 0 0.64 0.21 0.09
HSL 319.46º 0.77% 0.62% -
HSV(B) 319.46º 0.64% 0.91% -
XYZ 45.61 27.32 48.77 -
YUV 140.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 233 85 185 0 0.64 0.21 0.09 319.46 0.77 0.62
Hex E9 55 B9 0 40 15 9 13F 4D 3E
Octal 351 125 271 0 100 25 11 477 115 76
Binary 11101001 1010101 10111001 0 1000000 10101 1001 100111111 1001101 111110

Color Harmonies of #E955B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955B9

Black with #E955B9

Text Example


Text Example

White with #E955B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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