Html Css Color HEX #EE1BAE Spicy Pink

📋 copy color: '#EE1BAE'

red 238 ◦ green 27 ◦ blue 174

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

Shades of Spicy Pink #EE1BAE

Tints of Spicy Pink #EE1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.15%

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 54.21%
G = 6.15%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE1BAE (or 0xEE1BAE) is known color: Spicy Pink. HEX triplet: EE, 1B and AE. RGB value is (238,27,174). Sum of RGB (Red+Green+Blue) = 238+27+174=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1BAE is #11E451. Grayscale: #6A6A6A. Windows color (decimal): -1172562 or 11410414. OLE color: 11410414.

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

Color convert

RGB 238 27 174 -
CMYK 0 0.89 0.27 0.07
HSL 318.2º 0.86% 0.52% -
HSV(B) 318.2º 0.89% 0.93% -
XYZ 43.29 22.02 42.01 -
YUV 106.85 165.9 221.55 -
System Red Green Blue C M Y K H S L
Decimal 238 27 174 0 0.89 0.27 0.07 318.2 0.86 0.52
Hex EE 1B AE 0 59 1B 7 13E 56 34
Octal 356 33 256 0 131 33 7 476 126 64
Binary 11101110 11011 10101110 0 1011001 11011 111 100111110 1010110 110100

Color Harmonies of #EE1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1BAE

Black with #EE1BAE

Text Example


Text Example

White with #EE1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1BAE; }

 p { color: rgb(238,27,174); }

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

background-color css

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

 a { background-color: rgb(238,27,174); }

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

border-color css

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

 span { border-color: rgb(238,27,174); }

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