Html Css Color HEX #EE1DAB Spicy Pink

📋 copy color: '#EE1DAB'

red 238 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #EE1DAB

Tints of Spicy Pink #EE1DAB

RGB

 RED value IS 238 (93.36% from 255) = 54.34%

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

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

R = 54.34%
G = 6.62%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE1DAB (or 0xEE1DAB) is known color: Spicy Pink. HEX triplet: EE, 1D and AB. RGB value is (238,29,171). Sum of RGB (Red+Green+Blue) = 238+29+171=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1DAB is #11E254. Grayscale: #6B6B6B. Windows color (decimal): -1172053 or 11214318. OLE color: 11214318.

HSL color Cylindrical-coordinate representation of color #EE1DAB: hue angle of 319.23º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1DAB is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 29 171 -
CMYK 0 0.88 0.28 0.07
HSL 319.23º 0.86% 0.52% -
HSV(B) 319.23º 0.88% 0.93% -
XYZ 43.05 22 40.5 -
YUV 107.68 163.74 220.95 -
System Red Green Blue C M Y K H S L
Decimal 238 29 171 0 0.88 0.28 0.07 319.23 0.86 0.52
Hex EE 1D AB 0 58 1C 7 13F 56 34
Octal 356 35 253 0 130 34 7 477 126 64
Binary 11101110 11101 10101011 0 1011000 11100 111 100111111 1010110 110100

Color Harmonies of #EE1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1DAB

Black with #EE1DAB

Text Example


Text Example

White with #EE1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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