Html Css Color HEX #EE10C4 Shocking Pink

📋 copy color: '#EE10C4'

red 238 ◦ green 16 ◦ blue 196

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

Shades of Shocking Pink #EE10C4

Tints of Shocking Pink #EE10C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.56%

R = 52.89%
G = 3.56%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE10C4 (or 0xEE10C4) is known color: Shocking Pink. HEX triplet: EE, 10 and C4. RGB value is (238,16,196). Sum of RGB (Red+Green+Blue) = 238+16+196=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10C4 is #11EF3B. Grayscale: #666666. Windows color (decimal): -1175356 or 12849390. OLE color: 12849390.

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

Color convert

RGB 238 16 196 -
CMYK 0 0.93 0.18 0.07
HSL 311.35º 0.87% 0.5% -
HSV(B) 311.35º 0.93% 0.93% -
XYZ 45.41 22.53 54.18 -
YUV 102.9 180.55 224.36 -
System Red Green Blue C M Y K H S L
Decimal 238 16 196 0 0.93 0.18 0.07 311.35 0.87 0.5
Hex EE 10 C4 0 5D 12 7 137 57 32
Octal 356 20 304 0 135 22 7 467 127 62
Binary 11101110 10000 11000100 0 1011101 10010 111 100110111 1010111 110010

Color Harmonies of #EE10C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE10C4

Black with #EE10C4

Text Example


Text Example

White with #EE10C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE10C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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