#EE15CD

Color #EE15CD Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #EE15CD

Tints of Shocking Pink #EE15CD

Color information

#EE15CD (or 0xEE15CD) is unknown color: approx Shocking Pink. HEX triplet: EE, 15 and CD. RGB value is (238,21,205). Sum of RGB (Red+Green+Blue) = 238+21+205=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE15CD is #11EA32. Grayscale: #6A6A6A. Windows color (decimal): -1174067 or 13440494. OLE color: 13440494.

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

Color convert

RGB23821205-
CMYK00.910.140.07
HSL309.12º86.45%50.78%-
HSV(B)309.12º91.18%93.33%-
XYZ46.5523.1259.77-
YUV106.86183.39221.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.29%
GREEN value IS 21 (8.59% from 255) = 4.53%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=51.29%
G=4.53%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382120500.910.140.07309.1286.4550.78
HexEE15CD05BE71355633
Octal35625315013316746512663
Binary1110111010101110011010101101111101111001101011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE15CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE15CD; }

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

 H1.HeaderClassName
 {
   color: #EE15CD;
 }
 .AnyTagClassName
 {
   color: #EE15CD;
 }
</style>
background-color css

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

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

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

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

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

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