Html Css Color HEX #EA63AB Hot Pink

📋 copy color: '#EA63AB'

red 234 ◦ green 99 ◦ blue 171

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

Shades of Hot Pink #EA63AB

Tints of Hot Pink #EA63AB

RGB

 RED value IS 234 (91.8% from 255) = 46.43%

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

 BLUE value IS 171 (67.19% from 255) = 33.93%

R = 46.43%
G = 19.64%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA63AB (or 0xEA63AB) is known color: Hot Pink. HEX triplet: EA, 63 and AB. RGB value is (234,99,171). Sum of RGB (Red+Green+Blue) = 234+99+171=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA63AB is #159C54. Grayscale: #939393. Windows color (decimal): -1416277 or 11232234. OLE color: 11232234.

HSL color Cylindrical-coordinate representation of color #EA63AB: hue angle of 328º degrees, saturation: 0.76, 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 #EA63AB is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 171 -
CMYK 0 0.58 0.27 0.08
HSL 328º 0.76% 0.65% -
HSV(B) 328º 0.58% 0.92% -
XYZ 45.74 29.36 41.78 -
YUV 147.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 234 99 171 0 0.58 0.27 0.08 328 0.76 0.65
Hex EA 63 AB 0 3A 1B 8 148 4C 41
Octal 352 143 253 0 72 33 10 510 114 101
Binary 11101010 1100011 10101011 0 111010 11011 1000 101001000 1001100 1000001

Color Harmonies of #EA63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63AB

Black with #EA63AB

Text Example


Text Example

White with #EA63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63AB; }

 p { color: rgb(234,99,171); }

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

background-color css

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

 a { background-color: rgb(234,99,171); }

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

border-color css

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

 span { border-color: rgb(234,99,171); }

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