Shades of Shocking Pink #EE06B3
Tints of Shocking Pink #EE06B3
RGB
CMYK
RGB Variations
Color information
#EE06B3 (or 0xEE06B3) is known color: Shocking Pink. HEX triplet: EE, 06 and B3. RGB value is (238,6,179). Sum of RGB (Red+Green+Blue) = 238+6+179=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE06B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE06B3 is #11F94C. Grayscale: #5E5E5E. Windows color (decimal): -1177933 or 11732718. OLE color: 11732718.
HSL color Cylindrical-coordinate representation of color #EE06B3: hue angle of 315.26º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE06B3 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 179 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.07 |
| HSL | 315.26º | 0.95% | 0.48% | - |
| HSV(B) | 315.26º | 0.97% | 0.93% | - |
| XYZ | 43.46 | 21.56 | 44.52 | - |
| YUV | 95.09 | 175.36 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 179 | 0 | 0.97 | 0.25 | 0.07 | 315.26 | 0.95 | 0.48 |
| Hex | EE | 6 | B3 | 0 | 61 | 19 | 7 | 13B | 5F | 30 |
| Octal | 356 | 6 | 263 | 0 | 141 | 31 | 7 | 473 | 137 | 60 |
| Binary | 11101110 | 110 | 10110011 | 0 | 1100001 | 11001 | 111 | 100111011 | 1011111 | 110000 |
Color Harmonies of #EE06B3
Complementary color
Monochromatic Colors of #EE06B3
Black with #EE06B3
Text Example
Text Example
White with #EE06B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE06B3; }
p { color: rgb(238,6,179); }
H1.HeaderClassName
{
color: #EE06B3;
}
.AnyTagClassName
{
color: #EE06B3;
}
</style>
background-color css
<style>
a { background-color: #EE06B3; }
a { background-color: rgb(238,6,179); }
div.DivClassName
{
background-color: #EE06B3;
}
.BgClassName
{
background-color: #EE06B3;
}
</style>
border-color css
<style>
span { border-color: #EE06B3; }
span { border-color: rgb(238,6,179); }
td.TdClassName
{
border-color: #EE06B3;
}
.TagClassName
{
border-color: #EE06B3;
}
</style>