Shades of Razzle Dazzle Rose #E138D5
Tints of Razzle Dazzle Rose #E138D5
RGB
CMYK
RGB Variations
Color information
#E138D5 (or 0xE138D5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and D5. RGB value is (225,56,213). Sum of RGB (Red+Green+Blue) = 225+56+213=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E138D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138D5 is #1EC72A. Grayscale: #7B7B7B. Windows color (decimal): -2017067 or 13973729. OLE color: 13973729.
HSL color Cylindrical-coordinate representation of color #E138D5: hue angle of 304.26º 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 #E138D5 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 213 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.12 |
| HSL | 304.26º | 0.74% | 0.55% | - |
| HSV(B) | 304.26º | 0.75% | 0.88% | - |
| XYZ | 44.48 | 23.64 | 65.17 | - |
| YUV | 124.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 213 | 0 | 0.75 | 0.05 | 0.12 | 304.26 | 0.74 | 0.55 |
| Hex | E1 | 38 | D5 | 0 | 4B | 5 | C | 130 | 4A | 37 |
| Octal | 341 | 70 | 325 | 0 | 113 | 5 | 14 | 460 | 112 | 67 |
| Binary | 11100001 | 111000 | 11010101 | 0 | 1001011 | 101 | 1100 | 100110000 | 1001010 | 110111 |
Color Harmonies of #E138D5
Complementary color
Monochromatic Colors of #E138D5
Black with #E138D5
Text Example
Text Example
White with #E138D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E138D5; }
p { color: rgb(225,56,213); }
H1.HeaderClassName
{
color: #E138D5;
}
.AnyTagClassName
{
color: #E138D5;
}
</style>
background-color css
<style>
a { background-color: #E138D5; }
a { background-color: rgb(225,56,213); }
div.DivClassName
{
background-color: #E138D5;
}
.BgClassName
{
background-color: #E138D5;
}
</style>
border-color css
<style>
span { border-color: #E138D5; }
span { border-color: rgb(225,56,213); }
td.TdClassName
{
border-color: #E138D5;
}
.TagClassName
{
border-color: #E138D5;
}
</style>