Html Css Color HEX #EA1CAA Spicy Pink

📋 copy color: '#EA1CAA'

red 234 ◦ green 28 ◦ blue 170

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

Shades of Spicy Pink #EA1CAA

Tints of Spicy Pink #EA1CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 54.17%
G = 6.48%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA1CAA (or 0xEA1CAA) is known color: Spicy Pink. HEX triplet: EA, 1C and AA. RGB value is (234,28,170). Sum of RGB (Red+Green+Blue) = 234+28+170=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1CAA is #15E355. Grayscale: #696969. Windows color (decimal): -1434454 or 11148522. OLE color: 11148522.

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

Color convert

RGB 234 28 170 -
CMYK 0 0.88 0.27 0.08
HSL 318.64º 0.83% 0.51% -
HSV(B) 318.64º 0.88% 0.92% -
XYZ 41.6 21.23 39.93 -
YUV 105.78 164.25 219.45 -
System Red Green Blue C M Y K H S L
Decimal 234 28 170 0 0.88 0.27 0.08 318.64 0.83 0.51
Hex EA 1C AA 0 58 1B 8 13F 53 33
Octal 352 34 252 0 130 33 10 477 123 63
Binary 11101010 11100 10101010 0 1011000 11011 1000 100111111 1010011 110011

Color Harmonies of #EA1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1CAA

Black with #EA1CAA

Text Example


Text Example

White with #EA1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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