Shades of Hollywood Cerise #E6038A
Tints of Hollywood Cerise #E6038A
RGB
CMYK
RGB Variations
Color information
#E6038A (or 0xE6038A) is known color: Hollywood Cerise. HEX triplet: E6, 03 and 8A. RGB value is (230,3,138). Sum of RGB (Red+Green+Blue) = 230+3+138=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E6038A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6038A is #19FC75. Grayscale: #555555. Windows color (decimal): -1703030 or 9044966. OLE color: 9044966.
HSL color Cylindrical-coordinate representation of color #E6038A: hue angle of 324.32º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6038A is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 138 | - |
| CMYK | 0 | 0.99 | 0.4 | 0.10 |
| HSL | 324.32º | 0.97% | 0.46% | - |
| HSV(B) | 324.32º | 0.99% | 0.9% | - |
| XYZ | 37.25 | 18.72 | 25.7 | - |
| YUV | 86.26 | 157.21 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 138 | 0 | 0.99 | 0.4 | 0.10 | 324.32 | 0.97 | 0.46 |
| Hex | E6 | 3 | 8A | 0 | 63 | 28 | A | 144 | 61 | 2E |
| Octal | 346 | 3 | 212 | 0 | 143 | 50 | 12 | 504 | 141 | 56 |
| Binary | 11100110 | 11 | 10001010 | 0 | 1100011 | 101000 | 1010 | 101000100 | 1100001 | 101110 |
Color Harmonies of #E6038A
Complementary color
Monochromatic Colors of #E6038A
Black with #E6038A
Text Example
Text Example
White with #E6038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6038A; }
p { color: rgb(230,3,138); }
H1.HeaderClassName
{
color: #E6038A;
}
.AnyTagClassName
{
color: #E6038A;
}
</style>
background-color css
<style>
a { background-color: #E6038A; }
a { background-color: rgb(230,3,138); }
div.DivClassName
{
background-color: #E6038A;
}
.BgClassName
{
background-color: #E6038A;
}
</style>
border-color css
<style>
span { border-color: #E6038A; }
span { border-color: rgb(230,3,138); }
td.TdClassName
{
border-color: #E6038A;
}
.TagClassName
{
border-color: #E6038A;
}
</style>