Html Css Color HEX #EE10CD Shocking Pink

📋 copy color: '#EE10CD'

red 238 ◦ green 16 ◦ blue 205

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

Shades of Shocking Pink #EE10CD

Tints of Shocking Pink #EE10CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.49%

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

R = 51.85%
G = 3.49%
B = 44.66%

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

#EE10CD (or 0xEE10CD) is known color: Shocking Pink. HEX triplet: EE, 10 and CD. RGB value is (238,16,205). Sum of RGB (Red+Green+Blue) = 238+16+205=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10CD is #11EF32. Grayscale: #676767. Windows color (decimal): -1175347 or 13439214. OLE color: 13439214.

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

Color convert

RGB 238 16 205 -
CMYK 0 0.93 0.14 0.07
HSL 308.92º 0.87% 0.5% -
HSV(B) 308.92º 0.93% 0.93% -
XYZ 46.46 22.96 59.74 -
YUV 103.92 185.05 223.63 -
System Red Green Blue C M Y K H S L
Decimal 238 16 205 0 0.93 0.14 0.07 308.92 0.87 0.5
Hex EE 10 CD 0 5D E 7 135 57 32
Octal 356 20 315 0 135 16 7 465 127 62
Binary 11101110 10000 11001101 0 1011101 1110 111 100110101 1010111 110010

Color Harmonies of #EE10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE10CD

Black with #EE10CD

Text Example


Text Example

White with #EE10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE10CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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