Html Css Color HEX #EB55B5 Hot Pink

📋 copy color: '#EB55B5'

red 235 ◦ green 85 ◦ blue 181

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

Shades of Hot Pink #EB55B5

Tints of Hot Pink #EB55B5

RGB

 RED value IS 235 (92.19% from 255) = 46.91%

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

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 46.91%
G = 16.97%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EB55B5 (or 0xEB55B5) is known color: Hot Pink. HEX triplet: EB, 55 and B5. RGB value is (235,85,181). Sum of RGB (Red+Green+Blue) = 235+85+181=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB55B5 is #14AA4A. Grayscale: #8C8C8C. Windows color (decimal): -1354315 or 11884011. OLE color: 11884011.

HSL color Cylindrical-coordinate representation of color #EB55B5: hue angle of 321.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB55B5 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 85 181 -
CMYK 0 0.64 0.23 0.08
HSL 321.6º 0.79% 0.63% -
HSV(B) 321.6º 0.64% 0.92% -
XYZ 45.85 27.5 46.61 -
YUV 140.79 150.7 195.19 -
System Red Green Blue C M Y K H S L
Decimal 235 85 181 0 0.64 0.23 0.08 321.6 0.79 0.63
Hex EB 55 B5 0 40 17 8 142 4F 3F
Octal 353 125 265 0 100 27 10 502 117 77
Binary 11101011 1010101 10110101 0 1000000 10111 1000 101000010 1001111 111111

Color Harmonies of #EB55B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55B5

Black with #EB55B5

Text Example


Text Example

White with #EB55B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55B5; }

 p { color: rgb(235,85,181); }

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

background-color css

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

 a { background-color: rgb(235,85,181); }

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

border-color css

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

 span { border-color: rgb(235,85,181); }

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