Html Css Color HEX #EA18B1 Spicy Pink

📋 copy color: '#EA18B1'

red 234 ◦ green 24 ◦ blue 177

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

Shades of Spicy Pink #EA18B1

Tints of Spicy Pink #EA18B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.69%

R = 53.79%
G = 5.52%
B = 40.69%

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

#EA18B1 (or 0xEA18B1) is known color: Spicy Pink. HEX triplet: EA, 18 and B1. RGB value is (234,24,177). Sum of RGB (Red+Green+Blue) = 234+24+177=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA18B1 is #15E74E. Grayscale: #676767. Windows color (decimal): -1435471 or 11606250. OLE color: 11606250.

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

Color convert

RGB 234 24 177 -
CMYK 0 0.90 0.24 0.08
HSL 316.29º 0.83% 0.51% -
HSV(B) 316.29º 0.9% 0.92% -
XYZ 42.19 21.32 43.49 -
YUV 104.23 169.07 220.56 -
System Red Green Blue C M Y K H S L
Decimal 234 24 177 0 0.90 0.24 0.08 316.29 0.83 0.51
Hex EA 18 B1 0 5A 18 8 13C 53 33
Octal 352 30 261 0 132 30 10 474 123 63
Binary 11101010 11000 10110001 0 1011010 11000 1000 100111100 1010011 110011

Color Harmonies of #EA18B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA18B1

Black with #EA18B1

Text Example


Text Example

White with #EA18B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA18B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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