Html Css Color HEX #EA1CA3 Spicy Pink

📋 copy color: '#EA1CA3'

red 234 ◦ green 28 ◦ blue 163

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

Shades of Spicy Pink #EA1CA3

Tints of Spicy Pink #EA1CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.35%

R = 55.06%
G = 6.59%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA1CA3 (or 0xEA1CA3) is known color: Spicy Pink. HEX triplet: EA, 1C and A3. RGB value is (234,28,163). Sum of RGB (Red+Green+Blue) = 234+28+163=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1CA3 is #15E35C. Grayscale: #686868. Windows color (decimal): -1434461 or 10689770. OLE color: 10689770.

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

Color convert

RGB 234 28 163 -
CMYK 0 0.88 0.30 0.08
HSL 320.68º 0.83% 0.51% -
HSV(B) 320.68º 0.88% 0.92% -
XYZ 40.96 20.97 36.54 -
YUV 104.98 160.75 220.02 -
System Red Green Blue C M Y K H S L
Decimal 234 28 163 0 0.88 0.30 0.08 320.68 0.83 0.51
Hex EA 1C A3 0 58 1E 8 141 53 33
Octal 352 34 243 0 130 36 10 501 123 63
Binary 11101010 11100 10100011 0 1011000 11110 1000 101000001 1010011 110011

Color Harmonies of #EA1CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1CA3

Black with #EA1CA3

Text Example


Text Example

White with #EA1CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1CA3; }

 p { color: rgb(234,28,163); }

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

background-color css

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

 a { background-color: rgb(234,28,163); }

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

border-color css

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

 span { border-color: rgb(234,28,163); }

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