Html Css Color HEX #EE11CD Shocking Pink

📋 copy color: '#EE11CD'

red 238 ◦ green 17 ◦ blue 205

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

Shades of Shocking Pink #EE11CD

Tints of Shocking Pink #EE11CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.7%

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 51.74%
G = 3.7%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE11CD (or 0xEE11CD) is known color: Shocking Pink. HEX triplet: EE, 11 and CD. RGB value is (238,17,205). Sum of RGB (Red+Green+Blue) = 238+17+205=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE11CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE11CD is #11EE32. Grayscale: #676767. Windows color (decimal): -1175091 or 13439470. OLE color: 13439470.

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

Color convert

RGB 238 17 205 -
CMYK 0 0.93 0.14 0.07
HSL 308.96º 0.87% 0.5% -
HSV(B) 308.96º 0.93% 0.93% -
XYZ 46.48 22.99 59.74 -
YUV 104.51 184.72 223.21 -
System Red Green Blue C M Y K H S L
Decimal 238 17 205 0 0.93 0.14 0.07 308.96 0.87 0.5
Hex EE 11 CD 0 5D E 7 135 57 32
Octal 356 21 315 0 135 16 7 465 127 62
Binary 11101110 10001 11001101 0 1011101 1110 111 100110101 1010111 110010

Color Harmonies of #EE11CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE11CD

Black with #EE11CD

Text Example


Text Example

White with #EE11CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE11CD; }

 p { color: rgb(238,17,205); }

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

background-color css

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

 a { background-color: rgb(238,17,205); }

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

border-color css

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

 span { border-color: rgb(238,17,205); }

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