Shades of Razzle Dazzle Rose #E138C0
Tints of Razzle Dazzle Rose #E138C0
RGB
CMYK
RGB Variations
Color information
#E138C0 (or 0xE138C0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and C0. RGB value is (225,56,192). Sum of RGB (Red+Green+Blue) = 225+56+192=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E138C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138C0 is #1EC73F. Grayscale: #797979. Windows color (decimal): -2017088 or 12597473. OLE color: 12597473.
HSL color Cylindrical-coordinate representation of color #E138C0: hue angle of 311.72º 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 #E138C0 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 192 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.12 |
| HSL | 311.72º | 0.74% | 0.55% | - |
| HSV(B) | 311.72º | 0.75% | 0.88% | - |
| XYZ | 41.98 | 22.64 | 52.03 | - |
| YUV | 122.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 192 | 0 | 0.75 | 0.15 | 0.12 | 311.72 | 0.74 | 0.55 |
| Hex | E1 | 38 | C0 | 0 | 4B | F | C | 138 | 4A | 37 |
| Octal | 341 | 70 | 300 | 0 | 113 | 17 | 14 | 470 | 112 | 67 |
| Binary | 11100001 | 111000 | 11000000 | 0 | 1001011 | 1111 | 1100 | 100111000 | 1001010 | 110111 |
Color Harmonies of #E138C0
Complementary color
Monochromatic Colors of #E138C0
Black with #E138C0
Text Example
Text Example
White with #E138C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E138C0; }
p { color: rgb(225,56,192); }
H1.HeaderClassName
{
color: #E138C0;
}
.AnyTagClassName
{
color: #E138C0;
}
</style>
background-color css
<style>
a { background-color: #E138C0; }
a { background-color: rgb(225,56,192); }
div.DivClassName
{
background-color: #E138C0;
}
.BgClassName
{
background-color: #E138C0;
}
</style>
border-color css
<style>
span { border-color: #E138C0; }
span { border-color: rgb(225,56,192); }
td.TdClassName
{
border-color: #E138C0;
}
.TagClassName
{
border-color: #E138C0;
}
</style>