Html Css Color HEX #EB5AB1 Hot Pink

📋 copy color: '#EB5AB1'

red 235 ◦ green 90 ◦ blue 177

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

Shades of Hot Pink #EB5AB1

Tints of Hot Pink #EB5AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

 BLUE value IS 177 (69.53% from 255) = 35.26%

R = 46.81%
G = 17.93%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB5AB1 (or 0xEB5AB1) is known color: Hot Pink. HEX triplet: EB, 5A and B1. RGB value is (235,90,177). Sum of RGB (Red+Green+Blue) = 235+90+177=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5AB1 is #14A54E. Grayscale: #8F8F8F. Windows color (decimal): -1353039 or 11623147. OLE color: 11623147.

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

Color convert

RGB 235 90 177 -
CMYK 0 0.62 0.25 0.08
HSL 324º 0.78% 0.64% -
HSV(B) 324º 0.62% 0.92% -
XYZ 45.85 28.15 44.61 -
YUV 143.27 147.04 193.43 -
System Red Green Blue C M Y K H S L
Decimal 235 90 177 0 0.62 0.25 0.08 324 0.78 0.64
Hex EB 5A B1 0 3E 19 8 144 4E 40
Octal 353 132 261 0 76 31 10 504 116 100
Binary 11101011 1011010 10110001 0 111110 11001 1000 101000100 1001110 1000000

Color Harmonies of #EB5AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5AB1

Black with #EB5AB1

Text Example


Text Example

White with #EB5AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5AB1; }

 p { color: rgb(235,90,177); }

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

background-color css

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

 a { background-color: rgb(235,90,177); }

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

border-color css

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

 span { border-color: rgb(235,90,177); }

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