Html Css Color HEX #EE12BC Shocking Pink

📋 copy color: '#EE12BC'

red 238 ◦ green 18 ◦ blue 188

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

Shades of Shocking Pink #EE12BC

Tints of Shocking Pink #EE12BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.05%

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

R = 53.6%
G = 4.05%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE12BC (or 0xEE12BC) is known color: Shocking Pink. HEX triplet: EE, 12 and BC. RGB value is (238,18,188). Sum of RGB (Red+Green+Blue) = 238+18+188=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12BC is #11ED43. Grayscale: #666666. Windows color (decimal): -1174852 or 12325614. OLE color: 12325614.

HSL color Cylindrical-coordinate representation of color #EE12BC: hue angle of 313.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE12BC is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 18 188 -
CMYK 0 0.92 0.21 0.07
HSL 313.64º 0.87% 0.5% -
HSV(B) 313.64º 0.92% 0.93% -
XYZ 44.55 22.24 49.52 -
YUV 103.16 175.89 224.18 -
System Red Green Blue C M Y K H S L
Decimal 238 18 188 0 0.92 0.21 0.07 313.64 0.87 0.5
Hex EE 12 BC 0 5C 15 7 13A 57 32
Octal 356 22 274 0 134 25 7 472 127 62
Binary 11101110 10010 10111100 0 1011100 10101 111 100111010 1010111 110010

Color Harmonies of #EE12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE12BC

Black with #EE12BC

Text Example


Text Example

White with #EE12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE12BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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