Html Css Color HEX #EA1DAC Spicy Pink

📋 copy color: '#EA1DAC'

red 234 ◦ green 29 ◦ blue 172

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

Shades of Spicy Pink #EA1DAC

Tints of Spicy Pink #EA1DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.67%

 BLUE value IS 172 (67.58% from 255) = 39.54%

R = 53.79%
G = 6.67%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA1DAC (or 0xEA1DAC) is known color: Spicy Pink. HEX triplet: EA, 1D and AC. RGB value is (234,29,172). Sum of RGB (Red+Green+Blue) = 234+29+172=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1DAC is #15E253. Grayscale: #6A6A6A. Windows color (decimal): -1434196 or 11279850. OLE color: 11279850.

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

Color convert

RGB 234 29 172 -
CMYK 0 0.88 0.26 0.08
HSL 318.15º 0.83% 0.52% -
HSV(B) 318.15º 0.88% 0.92% -
XYZ 41.82 21.35 40.95 -
YUV 106.6 164.92 218.87 -
System Red Green Blue C M Y K H S L
Decimal 234 29 172 0 0.88 0.26 0.08 318.15 0.83 0.52
Hex EA 1D AC 0 58 1A 8 13E 53 34
Octal 352 35 254 0 130 32 10 476 123 64
Binary 11101010 11101 10101100 0 1011000 11010 1000 100111110 1010011 110100

Color Harmonies of #EA1DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1DAC

Black with #EA1DAC

Text Example


Text Example

White with #EA1DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1DAC; }

 p { color: rgb(234,29,172); }

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

background-color css

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

 a { background-color: rgb(234,29,172); }

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

border-color css

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

 span { border-color: rgb(234,29,172); }

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