Html Css Color HEX #EB63AA Hot Pink

📋 copy color: '#EB63AA'

red 235 ◦ green 99 ◦ blue 170

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

Shades of Hot Pink #EB63AA

Tints of Hot Pink #EB63AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.64%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 46.63%
G = 19.64%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EB63AA (or 0xEB63AA) is known color: Hot Pink. HEX triplet: EB, 63 and AA. RGB value is (235,99,170). Sum of RGB (Red+Green+Blue) = 235+99+170=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB63AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB63AA is #149C55. Grayscale: #939393. Windows color (decimal): -1350742 or 11166699. OLE color: 11166699.

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

Color convert

RGB 235 99 170 -
CMYK 0 0.58 0.28 0.08
HSL 328.68º 0.77% 0.65% -
HSV(B) 328.68º 0.58% 0.92% -
XYZ 45.98 29.49 41.3 -
YUV 147.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 235 99 170 0 0.58 0.28 0.08 328.68 0.77 0.65
Hex EB 63 AA 0 3A 1C 8 149 4D 41
Octal 353 143 252 0 72 34 10 511 115 101
Binary 11101011 1100011 10101010 0 111010 11100 1000 101001001 1001101 1000001

Color Harmonies of #EB63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB63AA

Black with #EB63AA

Text Example


Text Example

White with #EB63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB63AA; }

 p { color: rgb(235,99,170); }

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

background-color css

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

 a { background-color: rgb(235,99,170); }

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

border-color css

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

 span { border-color: rgb(235,99,170); }

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