Html Css Color HEX #EA18B2 Spicy Pink

📋 copy color: '#EA18B2'

red 234 ◦ green 24 ◦ blue 178

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

Shades of Spicy Pink #EA18B2

Tints of Spicy Pink #EA18B2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.5%

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 53.67%
G = 5.5%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA18B2 (or 0xEA18B2) is known color: Spicy Pink. HEX triplet: EA, 18 and B2. RGB value is (234,24,178). Sum of RGB (Red+Green+Blue) = 234+24+178=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA18B2 is #15E74D. Grayscale: #676767. Windows color (decimal): -1435470 or 11671786. OLE color: 11671786.

HSL color Cylindrical-coordinate representation of color #EA18B2: hue angle of 316º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA18B2 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 178 -
CMYK 0 0.90 0.24 0.08
HSL 316º 0.83% 0.51% -
HSV(B) 316º 0.9% 0.92% -
XYZ 42.29 21.36 44.01 -
YUV 104.35 169.57 220.48 -
System Red Green Blue C M Y K H S L
Decimal 234 24 178 0 0.90 0.24 0.08 316 0.83 0.51
Hex EA 18 B2 0 5A 18 8 13C 53 33
Octal 352 30 262 0 132 30 10 474 123 63
Binary 11101010 11000 10110010 0 1011010 11000 1000 100111100 1010011 110011

Color Harmonies of #EA18B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA18B2

Black with #EA18B2

Text Example


Text Example

White with #EA18B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA18B2; }

 p { color: rgb(234,24,178); }

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

background-color css

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

 a { background-color: rgb(234,24,178); }

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

border-color css

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

 span { border-color: rgb(234,24,178); }

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