Shades of Hollywood Cerise #E702B3
Tints of Hollywood Cerise #E702B3
RGB
CMYK
RGB Variations
Color information
#E702B3 (or 0xE702B3) is known color: Hollywood Cerise. HEX triplet: E7, 02 and B3. RGB value is (231,2,179). Sum of RGB (Red+Green+Blue) = 231+2+179=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 179 (70.31% from 255 or 43.45% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E702B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E702B3 is #18FD4C. Grayscale: #5A5A5A. Windows color (decimal): -1637709 or 11731687. OLE color: 11731687.
HSL color Cylindrical-coordinate representation of color #E702B3: hue angle of 313.62º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E702B3 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.09 |
| HSL | 313.62º | 0.98% | 0.46% | - |
| HSV(B) | 313.62º | 0.99% | 0.91% | - |
| XYZ | 41.11 | 20.29 | 44.4 | - |
| YUV | 90.65 | 177.87 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 179 | 0 | 0.99 | 0.23 | 0.09 | 313.62 | 0.98 | 0.46 |
| Hex | E7 | 2 | B3 | 0 | 63 | 17 | 9 | 13A | 62 | 2E |
| Octal | 347 | 2 | 263 | 0 | 143 | 27 | 11 | 472 | 142 | 56 |
| Binary | 11100111 | 10 | 10110011 | 0 | 1100011 | 10111 | 1001 | 100111010 | 1100010 | 101110 |
Color Harmonies of #E702B3
Complementary color
Monochromatic Colors of #E702B3
Black with #E702B3
Text Example
Text Example
White with #E702B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702B3; }
p { color: rgb(231,2,179); }
H1.HeaderClassName
{
color: #E702B3;
}
.AnyTagClassName
{
color: #E702B3;
}
</style>
background-color css
<style>
a { background-color: #E702B3; }
a { background-color: rgb(231,2,179); }
div.DivClassName
{
background-color: #E702B3;
}
.BgClassName
{
background-color: #E702B3;
}
</style>
border-color css
<style>
span { border-color: #E702B3; }
span { border-color: rgb(231,2,179); }
td.TdClassName
{
border-color: #E702B3;
}
.TagClassName
{
border-color: #E702B3;
}
</style>