Html Css Color HEX #EA28B5 Spicy Pink

📋 copy color: '#EA28B5'

red 234 ◦ green 40 ◦ blue 181

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

Shades of Spicy Pink #EA28B5

Tints of Spicy Pink #EA28B5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.79%

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

R = 51.43%
G = 8.79%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA28B5 (or 0xEA28B5) is known color: Spicy Pink. HEX triplet: EA, 28 and B5. RGB value is (234,40,181). Sum of RGB (Red+Green+Blue) = 234+40+181=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA28B5 is #15D74A. Grayscale: #717171. Windows color (decimal): -1431371 or 11872490. OLE color: 11872490.

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

Color convert

RGB 234 40 181 -
CMYK 0 0.83 0.23 0.08
HSL 316.39º 0.82% 0.54% -
HSV(B) 316.39º 0.83% 0.92% -
XYZ 43.03 22.35 45.76 -
YUV 114.08 165.77 213.54 -
System Red Green Blue C M Y K H S L
Decimal 234 40 181 0 0.83 0.23 0.08 316.39 0.82 0.54
Hex EA 28 B5 0 53 17 8 13C 52 36
Octal 352 50 265 0 123 27 10 474 122 66
Binary 11101010 101000 10110101 0 1010011 10111 1000 100111100 1010010 110110

Color Harmonies of #EA28B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA28B5

Black with #EA28B5

Text Example


Text Example

White with #EA28B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA28B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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