Html Css Color HEX #EA58BB Hot Pink

📋 copy color: '#EA58BB'

red 234 ◦ green 88 ◦ blue 187

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

Shades of Hot Pink #EA58BB

Tints of Hot Pink #EA58BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 45.97%
G = 17.29%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA58BB (or 0xEA58BB) is known color: Hot Pink. HEX triplet: EA, 58 and BB. RGB value is (234,88,187). Sum of RGB (Red+Green+Blue) = 234+88+187=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA58BB is #15A744. Grayscale: #8E8E8E. Windows color (decimal): -1419077 or 12277994. OLE color: 12277994.

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

Color convert

RGB 234 88 187 -
CMYK 0 0.62 0.20 0.08
HSL 319.32º 0.78% 0.63% -
HSV(B) 319.32º 0.62% 0.92% -
XYZ 46.39 28.06 49.98 -
YUV 142.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 234 88 187 0 0.62 0.20 0.08 319.32 0.78 0.63
Hex EA 58 BB 0 3E 14 8 13F 4E 3F
Octal 352 130 273 0 76 24 10 477 116 77
Binary 11101010 1011000 10111011 0 111110 10100 1000 100111111 1001110 111111

Color Harmonies of #EA58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA58BB

Black with #EA58BB

Text Example


Text Example

White with #EA58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA58BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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