Html Css Color HEX #EA63AD Hot Pink

📋 copy color: '#EA63AD'

red 234 ◦ green 99 ◦ blue 173

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

Shades of Hot Pink #EA63AD

Tints of Hot Pink #EA63AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 46.25%
G = 19.57%
B = 34.19%

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

#EA63AD (or 0xEA63AD) is known color: Hot Pink. HEX triplet: EA, 63 and AD. RGB value is (234,99,173). Sum of RGB (Red+Green+Blue) = 234+99+173=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA63AD is #159C52. Grayscale: #939393. Windows color (decimal): -1416275 or 11363306. OLE color: 11363306.

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

Color convert

RGB 234 99 173 -
CMYK 0 0.58 0.26 0.08
HSL 327.11º 0.76% 0.65% -
HSV(B) 327.11º 0.58% 0.92% -
XYZ 45.94 29.43 42.8 -
YUV 147.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 234 99 173 0 0.58 0.26 0.08 327.11 0.76 0.65
Hex EA 63 AD 0 3A 1A 8 147 4C 41
Octal 352 143 255 0 72 32 10 507 114 101
Binary 11101010 1100011 10101101 0 111010 11010 1000 101000111 1001100 1000001

Color Harmonies of #EA63AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63AD

Black with #EA63AD

Text Example


Text Example

White with #EA63AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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