Html Css Color HEX #EE14BC Shocking Pink

📋 copy color: '#EE14BC'

red 238 ◦ green 20 ◦ blue 188

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

Shades of Shocking Pink #EE14BC

Tints of Shocking Pink #EE14BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.48%

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

R = 53.36%
G = 4.48%
B = 42.15%

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

#EE14BC (or 0xEE14BC) is known color: Shocking Pink. HEX triplet: EE, 14 and BC. RGB value is (238,20,188). Sum of RGB (Red+Green+Blue) = 238+20+188=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14BC is #11EB43. Grayscale: #676767. Windows color (decimal): -1174340 or 12326126. OLE color: 12326126.

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

Color convert

RGB 238 20 188 -
CMYK 0 0.92 0.21 0.07
HSL 313.76º 0.87% 0.51% -
HSV(B) 313.76º 0.92% 0.93% -
XYZ 44.59 22.31 49.53 -
YUV 104.33 175.22 223.34 -
System Red Green Blue C M Y K H S L
Decimal 238 20 188 0 0.92 0.21 0.07 313.76 0.87 0.51
Hex EE 14 BC 0 5C 15 7 13A 57 33
Octal 356 24 274 0 134 25 7 472 127 63
Binary 11101110 10100 10111100 0 1011100 10101 111 100111010 1010111 110011

Color Harmonies of #EE14BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE14BC

Black with #EE14BC

Text Example


Text Example

White with #EE14BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE14BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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