Html Css Color HEX #EB1CA2 Spicy Pink

📋 copy color: '#EB1CA2'

red 235 ◦ green 28 ◦ blue 162

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

Shades of Spicy Pink #EB1CA2

Tints of Spicy Pink #EB1CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.59%

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

R = 55.29%
G = 6.59%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB1CA2 (or 0xEB1CA2) is known color: Spicy Pink. HEX triplet: EB, 1C and A2. RGB value is (235,28,162). Sum of RGB (Red+Green+Blue) = 235+28+162=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1CA2 is #14E35D. Grayscale: #686868. Windows color (decimal): -1368926 or 10624235. OLE color: 10624235.

HSL color Cylindrical-coordinate representation of color #EB1CA2: hue angle of 321.16º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1CA2 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 28 162 -
CMYK 0 0.88 0.31 0.08
HSL 321.16º 0.84% 0.52% -
HSV(B) 321.16º 0.88% 0.92% -
XYZ 41.2 21.1 36.08 -
YUV 105.17 160.08 220.6 -
System Red Green Blue C M Y K H S L
Decimal 235 28 162 0 0.88 0.31 0.08 321.16 0.84 0.52
Hex EB 1C A2 0 58 1F 8 141 54 34
Octal 353 34 242 0 130 37 10 501 124 64
Binary 11101011 11100 10100010 0 1011000 11111 1000 101000001 1010100 110100

Color Harmonies of #EB1CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1CA2

Black with #EB1CA2

Text Example


Text Example

White with #EB1CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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