Html Css Color HEX #EA24BB Spicy Pink

📋 copy color: '#EA24BB'

red 234 ◦ green 36 ◦ blue 187

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

Shades of Spicy Pink #EA24BB

Tints of Spicy Pink #EA24BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.88%

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

R = 51.2%
G = 7.88%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA24BB (or 0xEA24BB) is known color: Spicy Pink. HEX triplet: EA, 24 and BB. RGB value is (234,36,187). Sum of RGB (Red+Green+Blue) = 234+36+187=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 36 (14.45% from 255 or 7.88% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA24BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA24BB is #15DB44. Grayscale: #707070. Windows color (decimal): -1432389 or 12264682. OLE color: 12264682.

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

Color convert

RGB 234 36 187 -
CMYK 0 0.85 0.20 0.08
HSL 314.24º 0.83% 0.53% -
HSV(B) 314.24º 0.85% 0.92% -
XYZ 43.53 22.34 49.03 -
YUV 112.42 170.1 214.72 -
System Red Green Blue C M Y K H S L
Decimal 234 36 187 0 0.85 0.20 0.08 314.24 0.83 0.53
Hex EA 24 BB 0 55 14 8 13A 52 35
Octal 352 44 273 0 125 24 10 472 122 65
Binary 11101010 100100 10111011 0 1010101 10100 1000 100111010 1010010 110101

Color Harmonies of #EA24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA24BB

Black with #EA24BB

Text Example


Text Example

White with #EA24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA24BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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