Shades of Shocking Pink #EE0DC3
Tints of Shocking Pink #EE0DC3
RGB
CMYK
RGB Variations
Color information
#EE0DC3 (or 0xEE0DC3) is known color: Shocking Pink. HEX triplet: EE, 0D and C3. RGB value is (238,13,195). Sum of RGB (Red+Green+Blue) = 238+13+195=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0DC3 is #11F23C. Grayscale: #646464. Windows color (decimal): -1176125 or 12783086. OLE color: 12783086.
HSL color Cylindrical-coordinate representation of color #EE0DC3: hue angle of 311.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0DC3 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 195 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.07 |
| HSL | 311.47º | 0.9% | 0.49% | - |
| HSV(B) | 311.47º | 0.95% | 0.93% | - |
| XYZ | 45.25 | 22.41 | 53.57 | - |
| YUV | 101.02 | 181.04 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 195 | 0 | 0.95 | 0.18 | 0.07 | 311.47 | 0.9 | 0.49 |
| Hex | EE | D | C3 | 0 | 5F | 12 | 7 | 137 | 5A | 31 |
| Octal | 356 | 15 | 303 | 0 | 137 | 22 | 7 | 467 | 132 | 61 |
| Binary | 11101110 | 1101 | 11000011 | 0 | 1011111 | 10010 | 111 | 100110111 | 1011010 | 110001 |
Color Harmonies of #EE0DC3
Complementary color
Monochromatic Colors of #EE0DC3
Black with #EE0DC3
Text Example
Text Example
White with #EE0DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0DC3; }
p { color: rgb(238,13,195); }
H1.HeaderClassName
{
color: #EE0DC3;
}
.AnyTagClassName
{
color: #EE0DC3;
}
</style>
background-color css
<style>
a { background-color: #EE0DC3; }
a { background-color: rgb(238,13,195); }
div.DivClassName
{
background-color: #EE0DC3;
}
.BgClassName
{
background-color: #EE0DC3;
}
</style>
border-color css
<style>
span { border-color: #EE0DC3; }
span { border-color: rgb(238,13,195); }
td.TdClassName
{
border-color: #EE0DC3;
}
.TagClassName
{
border-color: #EE0DC3;
}
</style>