Html Css Color HEX #EA1DAB Spicy Pink

📋 copy color: '#EA1DAB'

red 234 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #EA1DAB

Tints of Spicy Pink #EA1DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 53.92%
G = 6.68%
B = 39.4%

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

#EA1DAB (or 0xEA1DAB) is known color: Spicy Pink. HEX triplet: EA, 1D and AB. RGB value is (234,29,171). Sum of RGB (Red+Green+Blue) = 234+29+171=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1DAB is #15E254. Grayscale: #6A6A6A. Windows color (decimal): -1434197 or 11214314. OLE color: 11214314.

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

Color convert

RGB 234 29 171 -
CMYK 0 0.88 0.27 0.08
HSL 318.44º 0.83% 0.52% -
HSV(B) 318.44º 0.88% 0.92% -
XYZ 41.72 21.31 40.44 -
YUV 106.48 164.42 218.95 -
System Red Green Blue C M Y K H S L
Decimal 234 29 171 0 0.88 0.27 0.08 318.44 0.83 0.52
Hex EA 1D AB 0 58 1B 8 13E 53 34
Octal 352 35 253 0 130 33 10 476 123 64
Binary 11101010 11101 10101011 0 1011000 11011 1000 100111110 1010011 110100

Color Harmonies of #EA1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1DAB

Black with #EA1DAB

Text Example


Text Example

White with #EA1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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