Html Css Color HEX #EA63AF Hot Pink

📋 copy color: '#EA63AF'

red 234 ◦ green 99 ◦ blue 175

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

Shades of Hot Pink #EA63AF

Tints of Hot Pink #EA63AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.45%

R = 46.06%
G = 19.49%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA63AF (or 0xEA63AF) is known color: Hot Pink. HEX triplet: EA, 63 and AF. RGB value is (234,99,175). Sum of RGB (Red+Green+Blue) = 234+99+175=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA63AF is #159C50. Grayscale: #939393. Windows color (decimal): -1416273 or 11494378. OLE color: 11494378.

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

Color convert

RGB 234 99 175 -
CMYK 0 0.58 0.25 0.08
HSL 326.22º 0.76% 0.65% -
HSV(B) 326.22º 0.58% 0.92% -
XYZ 46.13 29.51 43.82 -
YUV 148.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 234 99 175 0 0.58 0.25 0.08 326.22 0.76 0.65
Hex EA 63 AF 0 3A 19 8 146 4C 41
Octal 352 143 257 0 72 31 10 506 114 101
Binary 11101010 1100011 10101111 0 111010 11001 1000 101000110 1001100 1000001

Color Harmonies of #EA63AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63AF

Black with #EA63AF

Text Example


Text Example

White with #EA63AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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