Html Css Color HEX #EA62A8 Hot Pink

📋 copy color: '#EA62A8'

red 234 ◦ green 98 ◦ blue 168

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

Shades of Hot Pink #EA62A8

Tints of Hot Pink #EA62A8

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.6%

 BLUE value IS 168 (66.02% from 255) = 33.6%

R = 46.8%
G = 19.6%
B = 33.6%

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

#EA62A8 (or 0xEA62A8) is known color: Hot Pink. HEX triplet: EA, 62 and A8. RGB value is (234,98,168). Sum of RGB (Red+Green+Blue) = 234+98+168=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA62A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA62A8 is #159D57. Grayscale: #929292. Windows color (decimal): -1416536 or 11035370. OLE color: 11035370.

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

Color convert

RGB 234 98 168 -
CMYK 0 0.58 0.28 0.08
HSL 329.12º 0.76% 0.65% -
HSV(B) 329.12º 0.58% 0.92% -
XYZ 45.37 29.05 40.26 -
YUV 146.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 234 98 168 0 0.58 0.28 0.08 329.12 0.76 0.65
Hex EA 62 A8 0 3A 1C 8 149 4C 41
Octal 352 142 250 0 72 34 10 511 114 101
Binary 11101010 1100010 10101000 0 111010 11100 1000 101001001 1001100 1000001

Color Harmonies of #EA62A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA62A8

Black with #EA62A8

Text Example


Text Example

White with #EA62A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA62A8; }

 p { color: rgb(234,98,168); }

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

background-color css

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

 a { background-color: rgb(234,98,168); }

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

border-color css

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

 span { border-color: rgb(234,98,168); }

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