Html Css Color HEX #EA18B3 Spicy Pink

📋 copy color: '#EA18B3'

red 234 ◦ green 24 ◦ blue 179

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

Shades of Spicy Pink #EA18B3

Tints of Spicy Pink #EA18B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.96%

R = 53.55%
G = 5.49%
B = 40.96%

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

#EA18B3 (or 0xEA18B3) is known color: Spicy Pink. HEX triplet: EA, 18 and B3. RGB value is (234,24,179). Sum of RGB (Red+Green+Blue) = 234+24+179=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA18B3 is #15E74C. Grayscale: #686868. Windows color (decimal): -1435469 or 11737322. OLE color: 11737322.

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

Color convert

RGB 234 24 179 -
CMYK 0 0.90 0.24 0.08
HSL 315.71º 0.83% 0.51% -
HSV(B) 315.71º 0.9% 0.92% -
XYZ 42.4 21.4 44.54 -
YUV 104.46 170.07 220.4 -
System Red Green Blue C M Y K H S L
Decimal 234 24 179 0 0.90 0.24 0.08 315.71 0.83 0.51
Hex EA 18 B3 0 5A 18 8 13C 53 33
Octal 352 30 263 0 132 30 10 474 123 63
Binary 11101010 11000 10110011 0 1011010 11000 1000 100111100 1010011 110011

Color Harmonies of #EA18B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA18B3

Black with #EA18B3

Text Example


Text Example

White with #EA18B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA18B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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