Html Css Color HEX #EA16A4 Spicy Pink

📋 copy color: '#EA16A4'

red 234 ◦ green 22 ◦ blue 164

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

Shades of Spicy Pink #EA16A4

Tints of Spicy Pink #EA16A4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.24%

 BLUE value IS 164 (64.45% from 255) = 39.05%

R = 55.71%
G = 5.24%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA16A4 (or 0xEA16A4) is known color: Spicy Pink. HEX triplet: EA, 16 and A4. RGB value is (234,22,164). Sum of RGB (Red+Green+Blue) = 234+22+164=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA16A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA16A4 is #15E95B. Grayscale: #656565. Windows color (decimal): -1435996 or 10753770. OLE color: 10753770.

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

Color convert

RGB 234 22 164 -
CMYK 0 0.91 0.30 0.08
HSL 319.81º 0.83% 0.5% -
HSV(B) 319.81º 0.91% 0.92% -
XYZ 40.92 20.75 36.97 -
YUV 101.58 163.24 222.45 -
System Red Green Blue C M Y K H S L
Decimal 234 22 164 0 0.91 0.30 0.08 319.81 0.83 0.5
Hex EA 16 A4 0 5B 1E 8 140 53 32
Octal 352 26 244 0 133 36 10 500 123 62
Binary 11101010 10110 10100100 0 1011011 11110 1000 101000000 1010011 110010

Color Harmonies of #EA16A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA16A4

Black with #EA16A4

Text Example


Text Example

White with #EA16A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA16A4; }

 p { color: rgb(234,22,164); }

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

background-color css

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

 a { background-color: rgb(234,22,164); }

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

border-color css

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

 span { border-color: rgb(234,22,164); }

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