Shades of Razzle Dazzle Rose #E138B8
Tints of Razzle Dazzle Rose #E138B8
RGB
CMYK
RGB Variations
Color information
#E138B8 (or 0xE138B8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and B8. RGB value is (225,56,184). Sum of RGB (Red+Green+Blue) = 225+56+184=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E138B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138B8 is #1EC747. Grayscale: #787878. Windows color (decimal): -2017096 or 12073185. OLE color: 12073185.
HSL color Cylindrical-coordinate representation of color #E138B8: hue angle of 314.56º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E138B8 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 184 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.12 |
| HSL | 314.56º | 0.74% | 0.55% | - |
| HSV(B) | 314.56º | 0.75% | 0.88% | - |
| XYZ | 41.12 | 22.3 | 47.48 | - |
| YUV | 121.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 184 | 0 | 0.75 | 0.18 | 0.12 | 314.56 | 0.74 | 0.55 |
| Hex | E1 | 38 | B8 | 0 | 4B | 12 | C | 13B | 4A | 37 |
| Octal | 341 | 70 | 270 | 0 | 113 | 22 | 14 | 473 | 112 | 67 |
| Binary | 11100001 | 111000 | 10111000 | 0 | 1001011 | 10010 | 1100 | 100111011 | 1001010 | 110111 |
Color Harmonies of #E138B8
Complementary color
Monochromatic Colors of #E138B8
Black with #E138B8
Text Example
Text Example
White with #E138B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E138B8; }
p { color: rgb(225,56,184); }
H1.HeaderClassName
{
color: #E138B8;
}
.AnyTagClassName
{
color: #E138B8;
}
</style>
background-color css
<style>
a { background-color: #E138B8; }
a { background-color: rgb(225,56,184); }
div.DivClassName
{
background-color: #E138B8;
}
.BgClassName
{
background-color: #E138B8;
}
</style>
border-color css
<style>
span { border-color: #E138B8; }
span { border-color: rgb(225,56,184); }
td.TdClassName
{
border-color: #E138B8;
}
.TagClassName
{
border-color: #E138B8;
}
</style>