Html Css Color HEX #EB5ABC Hot Pink

📋 copy color: '#EB5ABC'

red 235 ◦ green 90 ◦ blue 188

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

Shades of Hot Pink #EB5ABC

Tints of Hot Pink #EB5ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 45.81%
G = 17.54%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EB5ABC (or 0xEB5ABC) is known color: Hot Pink. HEX triplet: EB, 5A and BC. RGB value is (235,90,188). Sum of RGB (Red+Green+Blue) = 235+90+188=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5ABC is #14A543. Grayscale: #909090. Windows color (decimal): -1353028 or 12344043. OLE color: 12344043.

HSL color Cylindrical-coordinate representation of color #EB5ABC: hue angle of 319.45º 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 #EB5ABC is Cyan = 0, Magento = 0.62, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 90 188 -
CMYK 0 0.62 0.2 0.08
HSL 319.45º 0.78% 0.64% -
HSV(B) 319.45º 0.62% 0.92% -
XYZ 46.99 28.61 50.62 -
YUV 144.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 235 90 188 0 0.62 0.2 0.08 319.45 0.78 0.64
Hex EB 5A BC 0 3E 14 8 13F 4E 40
Octal 353 132 274 0 76 24 10 477 116 100
Binary 11101011 1011010 10111100 0 111110 10100 1000 100111111 1001110 1000000

Color Harmonies of #EB5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5ABC

Black with #EB5ABC

Text Example


Text Example

White with #EB5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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