Html Css Color HEX #EE18A0 Spicy Pink

📋 copy color: '#EE18A0'

red 238 ◦ green 24 ◦ blue 160

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

Shades of Spicy Pink #EE18A0

Tints of Spicy Pink #EE18A0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.69%

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 56.4%
G = 5.69%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE18A0 (or 0xEE18A0) is known color: Spicy Pink. HEX triplet: EE, 18 and A0. RGB value is (238,24,160). Sum of RGB (Red+Green+Blue) = 238+24+160=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE18A0 is #11E75F. Grayscale: #676767. Windows color (decimal): -1173344 or 10492142. OLE color: 10492142.

HSL color Cylindrical-coordinate representation of color #EE18A0: hue angle of 321.87º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE18A0 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 24 160 -
CMYK 0 0.90 0.33 0.07
HSL 321.87º 0.86% 0.51% -
HSV(B) 321.87º 0.9% 0.93% -
XYZ 41.93 21.37 35.17 -
YUV 103.49 159.9 223.94 -
System Red Green Blue C M Y K H S L
Decimal 238 24 160 0 0.90 0.33 0.07 321.87 0.86 0.51
Hex EE 18 A0 0 5A 21 7 142 56 33
Octal 356 30 240 0 132 41 7 502 126 63
Binary 11101110 11000 10100000 0 1011010 100001 111 101000010 1010110 110011

Color Harmonies of #EE18A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18A0

Black with #EE18A0

Text Example


Text Example

White with #EE18A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18A0; }

 p { color: rgb(238,24,160); }

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

background-color css

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

 a { background-color: rgb(238,24,160); }

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

border-color css

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

 span { border-color: rgb(238,24,160); }

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