Html Css Color HEX #EE10D1 Shocking Pink

📋 copy color: '#EE10D1'

red 238 ◦ green 16 ◦ blue 209

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

Shades of Shocking Pink #EE10D1

Tints of Shocking Pink #EE10D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.14%

R = 51.4%
G = 3.46%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE10D1 (or 0xEE10D1) is known color: Shocking Pink. HEX triplet: EE, 10 and D1. RGB value is (238,16,209). Sum of RGB (Red+Green+Blue) = 238+16+209=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10D1 is #11EF2E. Grayscale: #676767. Windows color (decimal): -1175343 or 13701358. OLE color: 13701358.

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

Color convert

RGB 238 16 209 -
CMYK 0 0.93 0.12 0.07
HSL 307.84º 0.87% 0.5% -
HSV(B) 307.84º 0.93% 0.93% -
XYZ 46.95 23.15 62.32 -
YUV 104.38 187.05 223.31 -
System Red Green Blue C M Y K H S L
Decimal 238 16 209 0 0.93 0.12 0.07 307.84 0.87 0.5
Hex EE 10 D1 0 5D C 7 134 57 32
Octal 356 20 321 0 135 14 7 464 127 62
Binary 11101110 10000 11010001 0 1011101 1100 111 100110100 1010111 110010

Color Harmonies of #EE10D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE10D1

Black with #EE10D1

Text Example


Text Example

White with #EE10D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE10D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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