Html Css Color HEX #EE05BC Shocking Pink

📋 copy color: '#EE05BC'

red 238 ◦ green 5 ◦ blue 188

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

Shades of Shocking Pink #EE05BC

Tints of Shocking Pink #EE05BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 55.22%
G = 1.16%
B = 43.62%

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

#EE05BC (or 0xEE05BC) is known color: Shocking Pink. HEX triplet: EE, 05 and BC. RGB value is (238,5,188). Sum of RGB (Red+Green+Blue) = 238+5+188=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05BC is #11FA43. Grayscale: #5F5F5F. Windows color (decimal): -1178180 or 12322286. OLE color: 12322286.

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

Color convert

RGB 238 5 188 -
CMYK 0 0.98 0.21 0.07
HSL 312.88º 0.96% 0.48% -
HSV(B) 312.88º 0.98% 0.93% -
XYZ 44.39 21.92 49.47 -
YUV 95.53 180.19 229.62 -
System Red Green Blue C M Y K H S L
Decimal 238 5 188 0 0.98 0.21 0.07 312.88 0.96 0.48
Hex EE 5 BC 0 62 15 7 139 60 30
Octal 356 5 274 0 142 25 7 471 140 60
Binary 11101110 101 10111100 0 1100010 10101 111 100111001 1100000 110000

Color Harmonies of #EE05BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05BC

Black with #EE05BC

Text Example


Text Example

White with #EE05BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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