Html Css Color HEX #EA55B5 Hot Pink

📋 copy color: '#EA55B5'

red 234 ◦ green 85 ◦ blue 181

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

Shades of Hot Pink #EA55B5

Tints of Hot Pink #EA55B5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17%

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 46.8%
G = 17%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA55B5 (or 0xEA55B5) is known color: Hot Pink. HEX triplet: EA, 55 and B5. RGB value is (234,85,181). Sum of RGB (Red+Green+Blue) = 234+85+181=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55B5 is #15AA4A. Grayscale: #8C8C8C. Windows color (decimal): -1419851 or 11884010. OLE color: 11884010.

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

Color convert

RGB 234 85 181 -
CMYK 0 0.64 0.23 0.08
HSL 321.34º 0.78% 0.63% -
HSV(B) 321.34º 0.64% 0.92% -
XYZ 45.52 27.33 46.59 -
YUV 140.5 150.86 194.69 -
System Red Green Blue C M Y K H S L
Decimal 234 85 181 0 0.64 0.23 0.08 321.34 0.78 0.63
Hex EA 55 B5 0 40 17 8 141 4E 3F
Octal 352 125 265 0 100 27 10 501 116 77
Binary 11101010 1010101 10110101 0 1000000 10111 1000 101000001 1001110 111111

Color Harmonies of #EA55B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55B5

Black with #EA55B5

Text Example


Text Example

White with #EA55B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55B5; }

 p { color: rgb(234,85,181); }

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

background-color css

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

 a { background-color: rgb(234,85,181); }

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

border-color css

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

 span { border-color: rgb(234,85,181); }

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