Html Css Color HEX #EA58B9 Hot Pink

📋 copy color: '#EA58B9'

red 234 ◦ green 88 ◦ blue 185

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

Shades of Hot Pink #EA58B9

Tints of Hot Pink #EA58B9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.36%

 BLUE value IS 185 (72.66% from 255) = 36.49%

R = 46.15%
G = 17.36%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA58B9 (or 0xEA58B9) is known color: Hot Pink. HEX triplet: EA, 58 and B9. RGB value is (234,88,185). Sum of RGB (Red+Green+Blue) = 234+88+185=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA58B9 is #15A746. Grayscale: #8E8E8E. Windows color (decimal): -1419079 or 12146922. OLE color: 12146922.

HSL color Cylindrical-coordinate representation of color #EA58B9: hue angle of 320.14º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA58B9 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 88 185 -
CMYK 0 0.62 0.21 0.08
HSL 320.14º 0.78% 0.63% -
HSV(B) 320.14º 0.62% 0.92% -
XYZ 46.18 27.97 48.86 -
YUV 142.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 234 88 185 0 0.62 0.21 0.08 320.14 0.78 0.63
Hex EA 58 B9 0 3E 15 8 140 4E 3F
Octal 352 130 271 0 76 25 10 500 116 77
Binary 11101010 1011000 10111001 0 111110 10101 1000 101000000 1001110 111111

Color Harmonies of #EA58B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA58B9

Black with #EA58B9

Text Example


Text Example

White with #EA58B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA58B9; }

 p { color: rgb(234,88,185); }

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

background-color css

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

 a { background-color: rgb(234,88,185); }

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

border-color css

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

 span { border-color: rgb(234,88,185); }

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