Html Css Color HEX #EA63AC Hot Pink

📋 copy color: '#EA63AC'

red 234 ◦ green 99 ◦ blue 172

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

Shades of Hot Pink #EA63AC

Tints of Hot Pink #EA63AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.06%

R = 46.34%
G = 19.6%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA63AC (or 0xEA63AC) is known color: Hot Pink. HEX triplet: EA, 63 and AC. RGB value is (234,99,172). Sum of RGB (Red+Green+Blue) = 234+99+172=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA63AC is #159C53. Grayscale: #939393. Windows color (decimal): -1416276 or 11297770. OLE color: 11297770.

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

Color convert

RGB 234 99 172 -
CMYK 0 0.58 0.26 0.08
HSL 327.56º 0.76% 0.65% -
HSV(B) 327.56º 0.58% 0.92% -
XYZ 45.84 29.39 42.29 -
YUV 147.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 234 99 172 0 0.58 0.26 0.08 327.56 0.76 0.65
Hex EA 63 AC 0 3A 1A 8 148 4C 41
Octal 352 143 254 0 72 32 10 510 114 101
Binary 11101010 1100011 10101100 0 111010 11010 1000 101001000 1001100 1000001

Color Harmonies of #EA63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63AC

Black with #EA63AC

Text Example


Text Example

White with #EA63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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