Html Css Color HEX #EE05BA Shocking Pink

📋 copy color: '#EE05BA'

red 238 ◦ green 5 ◦ blue 186

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

Shades of Shocking Pink #EE05BA

Tints of Shocking Pink #EE05BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 55.48%
G = 1.17%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE05BA (or 0xEE05BA) is known color: Shocking Pink. HEX triplet: EE, 05 and BA. RGB value is (238,5,186). Sum of RGB (Red+Green+Blue) = 238+5+186=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05BA is #11FA45. Grayscale: #5E5E5E. Windows color (decimal): -1178182 or 12191214. OLE color: 12191214.

HSL color Cylindrical-coordinate representation of color #EE05BA: hue angle of 313.39º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05BA is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 5 186 -
CMYK 0 0.98 0.22 0.07
HSL 313.39º 0.96% 0.48% -
HSV(B) 313.39º 0.98% 0.93% -
XYZ 44.18 21.83 48.34 -
YUV 95.3 179.19 229.78 -
System Red Green Blue C M Y K H S L
Decimal 238 5 186 0 0.98 0.22 0.07 313.39 0.96 0.48
Hex EE 5 BA 0 62 16 7 139 60 30
Octal 356 5 272 0 142 26 7 471 140 60
Binary 11101110 101 10111010 0 1100010 10110 111 100111001 1100000 110000

Color Harmonies of #EE05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05BA

Black with #EE05BA

Text Example


Text Example

White with #EE05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05BA; }

 p { color: rgb(238,5,186); }

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

background-color css

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

 a { background-color: rgb(238,5,186); }

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

border-color css

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

 span { border-color: rgb(238,5,186); }

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