Html Css Color HEX #EB18A2 Spicy Pink

📋 copy color: '#EB18A2'

red 235 ◦ green 24 ◦ blue 162

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

Shades of Spicy Pink #EB18A2

Tints of Spicy Pink #EB18A2

RGB

 RED value IS 235 (92.19% from 255) = 55.82%

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

 BLUE value IS 162 (63.67% from 255) = 38.48%

R = 55.82%
G = 5.7%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB18A2 (or 0xEB18A2) is known color: Spicy Pink. HEX triplet: EB, 18 and A2. RGB value is (235,24,162). Sum of RGB (Red+Green+Blue) = 235+24+162=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB18A2 is #14E75D. Grayscale: #666666. Windows color (decimal): -1369950 or 10623211. OLE color: 10623211.

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

Color convert

RGB 235 24 162 -
CMYK 0 0.90 0.31 0.08
HSL 320.76º 0.84% 0.51% -
HSV(B) 320.76º 0.9% 0.92% -
XYZ 41.11 20.92 36.05 -
YUV 102.82 161.4 222.28 -
System Red Green Blue C M Y K H S L
Decimal 235 24 162 0 0.90 0.31 0.08 320.76 0.84 0.51
Hex EB 18 A2 0 5A 1F 8 141 54 33
Octal 353 30 242 0 132 37 10 501 124 63
Binary 11101011 11000 10100010 0 1011010 11111 1000 101000001 1010100 110011

Color Harmonies of #EB18A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB18A2

Black with #EB18A2

Text Example


Text Example

White with #EB18A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB18A2; }

 p { color: rgb(235,24,162); }

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

background-color css

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

 a { background-color: rgb(235,24,162); }

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

border-color css

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

 span { border-color: rgb(235,24,162); }

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