Html Css Color HEX #EE2FB5 Spicy Pink

📋 copy color: '#EE2FB5'

red 238 ◦ green 47 ◦ blue 181

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

Shades of Spicy Pink #EE2FB5

Tints of Spicy Pink #EE2FB5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.09%

 BLUE value IS 181 (71.09% from 255) = 38.84%

R = 51.07%
G = 10.09%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EE2FB5 (or 0xEE2FB5) is known color: Spicy Pink. HEX triplet: EE, 2F and B5. RGB value is (238,47,181). Sum of RGB (Red+Green+Blue) = 238+47+181=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2FB5 is #11D04A. Grayscale: #777777. Windows color (decimal): -1167435 or 11874286. OLE color: 11874286.

HSL color Cylindrical-coordinate representation of color #EE2FB5: hue angle of 317.91º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2FB5 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 47 181 -
CMYK 0 0.80 0.24 0.07
HSL 317.91º 0.85% 0.56% -
HSV(B) 317.91º 0.8% 0.93% -
XYZ 44.62 23.55 45.91 -
YUV 119.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 238 47 181 0 0.80 0.24 0.07 317.91 0.85 0.56
Hex EE 2F B5 0 50 18 7 13E 55 38
Octal 356 57 265 0 120 30 7 476 125 70
Binary 11101110 101111 10110101 0 1010000 11000 111 100111110 1010101 111000

Color Harmonies of #EE2FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2FB5

Black with #EE2FB5

Text Example


Text Example

White with #EE2FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2FB5; }

 p { color: rgb(238,47,181); }

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

background-color css

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

 a { background-color: rgb(238,47,181); }

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

border-color css

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

 span { border-color: rgb(238,47,181); }

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