Html Css Color HEX #EA28B6 Spicy Pink

📋 copy color: '#EA28B6'

red 234 ◦ green 40 ◦ blue 182

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

Shades of Spicy Pink #EA28B6

Tints of Spicy Pink #EA28B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.91%

R = 51.32%
G = 8.77%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA28B6 (or 0xEA28B6) is known color: Spicy Pink. HEX triplet: EA, 28 and B6. RGB value is (234,40,182). Sum of RGB (Red+Green+Blue) = 234+40+182=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA28B6 is #15D749. Grayscale: #717171. Windows color (decimal): -1431370 or 11938026. OLE color: 11938026.

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

Color convert

RGB 234 40 182 -
CMYK 0 0.83 0.22 0.08
HSL 316.08º 0.82% 0.54% -
HSV(B) 316.08º 0.83% 0.92% -
XYZ 43.13 22.39 46.3 -
YUV 114.19 166.27 213.45 -
System Red Green Blue C M Y K H S L
Decimal 234 40 182 0 0.83 0.22 0.08 316.08 0.82 0.54
Hex EA 28 B6 0 53 16 8 13C 52 36
Octal 352 50 266 0 123 26 10 474 122 66
Binary 11101010 101000 10110110 0 1010011 10110 1000 100111100 1010010 110110

Color Harmonies of #EA28B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA28B6

Black with #EA28B6

Text Example


Text Example

White with #EA28B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA28B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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