Html Css Color HEX #EE05BB Shocking Pink

📋 copy color: '#EE05BB'

red 238 ◦ green 5 ◦ blue 187

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

Shades of Shocking Pink #EE05BB

Tints of Shocking Pink #EE05BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 55.35%
G = 1.16%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE05BB (or 0xEE05BB) is known color: Shocking Pink. HEX triplet: EE, 05 and BB. RGB value is (238,5,187). Sum of RGB (Red+Green+Blue) = 238+5+187=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05BB is #11FA44. Grayscale: #5E5E5E. Windows color (decimal): -1178181 or 12256750. OLE color: 12256750.

HSL color Cylindrical-coordinate representation of color #EE05BB: hue angle of 313.13º 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 #EE05BB is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 5 187 -
CMYK 0 0.98 0.21 0.07
HSL 313.13º 0.96% 0.48% -
HSV(B) 313.13º 0.98% 0.93% -
XYZ 44.28 21.87 48.9 -
YUV 95.42 179.69 229.7 -
System Red Green Blue C M Y K H S L
Decimal 238 5 187 0 0.98 0.21 0.07 313.13 0.96 0.48
Hex EE 5 BB 0 62 15 7 139 60 30
Octal 356 5 273 0 142 25 7 471 140 60
Binary 11101110 101 10111011 0 1100010 10101 111 100111001 1100000 110000

Color Harmonies of #EE05BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05BB

Black with #EE05BB

Text Example


Text Example

White with #EE05BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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