Html Css Color HEX #EB53BA Hot Pink

📋 copy color: '#EB53BA'

red 235 ◦ green 83 ◦ blue 186

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

Shades of Hot Pink #EB53BA

Tints of Hot Pink #EB53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.47%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 46.63%
G = 16.47%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB53BA (or 0xEB53BA) is known color: Hot Pink. HEX triplet: EB, 53 and BA. RGB value is (235,83,186). Sum of RGB (Red+Green+Blue) = 235+83+186=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB53BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB53BA is #14AC45. Grayscale: #8B8B8B. Windows color (decimal): -1354822 or 12211179. OLE color: 12211179.

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

Color convert

RGB 235 83 186 -
CMYK 0 0.65 0.21 0.08
HSL 319.34º 0.79% 0.62% -
HSV(B) 319.34º 0.65% 0.92% -
XYZ 46.22 27.39 49.31 -
YUV 140.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 235 83 186 0 0.65 0.21 0.08 319.34 0.79 0.62
Hex EB 53 BA 0 41 15 8 13F 4F 3E
Octal 353 123 272 0 101 25 10 477 117 76
Binary 11101011 1010011 10111010 0 1000001 10101 1000 100111111 1001111 111110

Color Harmonies of #EB53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB53BA

Black with #EB53BA

Text Example


Text Example

White with #EB53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB53BA; }

 p { color: rgb(235,83,186); }

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

background-color css

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

 a { background-color: rgb(235,83,186); }

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

border-color css

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

 span { border-color: rgb(235,83,186); }

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