Shades of Shocking Pink #EE1BD3
Tints of Shocking Pink #EE1BD3
RGB
CMYK
RGB Variations
Color information
#EE1BD3 (or 0xEE1BD3) is known color: Shocking Pink. HEX triplet: EE, 1B and D3. RGB value is (238,27,211). Sum of RGB (Red+Green+Blue) = 238+27+211=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1BD3 is #11E42C. Grayscale: #6E6E6E. Windows color (decimal): -1172525 or 13835246. OLE color: 13835246.
HSL color Cylindrical-coordinate representation of color #EE1BD3: hue angle of 307.68º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BD3 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 211 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.07 |
| HSL | 307.68º | 0.86% | 0.52% | - |
| HSV(B) | 307.68º | 0.89% | 0.93% | - |
| XYZ | 47.41 | 23.66 | 63.7 | - |
| YUV | 111.07 | 184.4 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 211 | 0 | 0.89 | 0.11 | 0.07 | 307.68 | 0.86 | 0.52 |
| Hex | EE | 1B | D3 | 0 | 59 | B | 7 | 134 | 56 | 34 |
| Octal | 356 | 33 | 323 | 0 | 131 | 13 | 7 | 464 | 126 | 64 |
| Binary | 11101110 | 11011 | 11010011 | 0 | 1011001 | 1011 | 111 | 100110100 | 1010110 | 110100 |
Color Harmonies of #EE1BD3
Complementary color
Monochromatic Colors of #EE1BD3
Black with #EE1BD3
Text Example
Text Example
White with #EE1BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BD3; }
p { color: rgb(238,27,211); }
H1.HeaderClassName
{
color: #EE1BD3;
}
.AnyTagClassName
{
color: #EE1BD3;
}
</style>
background-color css
<style>
a { background-color: #EE1BD3; }
a { background-color: rgb(238,27,211); }
div.DivClassName
{
background-color: #EE1BD3;
}
.BgClassName
{
background-color: #EE1BD3;
}
</style>
border-color css
<style>
span { border-color: #EE1BD3; }
span { border-color: rgb(238,27,211); }
td.TdClassName
{
border-color: #EE1BD3;
}
.TagClassName
{
border-color: #EE1BD3;
}
</style>