Shades of Razzle Dazzle Rose #E138BA
Tints of Razzle Dazzle Rose #E138BA
RGB
CMYK
RGB Variations
Color information
#E138BA (or 0xE138BA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and BA. RGB value is (225,56,186). Sum of RGB (Red+Green+Blue) = 225+56+186=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E138BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138BA is #1EC745. Grayscale: #797979. Windows color (decimal): -2017094 or 12204257. OLE color: 12204257.
HSL color Cylindrical-coordinate representation of color #E138BA: hue angle of 313.85º 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 #E138BA is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 186 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.12 |
| HSL | 313.85º | 0.74% | 0.55% | - |
| HSV(B) | 313.85º | 0.75% | 0.88% | - |
| XYZ | 41.33 | 22.38 | 48.6 | - |
| YUV | 121.35 | 164.49 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 186 | 0 | 0.75 | 0.17 | 0.12 | 313.85 | 0.74 | 0.55 |
| Hex | E1 | 38 | BA | 0 | 4B | 11 | C | 13A | 4A | 37 |
| Octal | 341 | 70 | 272 | 0 | 113 | 21 | 14 | 472 | 112 | 67 |
| Binary | 11100001 | 111000 | 10111010 | 0 | 1001011 | 10001 | 1100 | 100111010 | 1001010 | 110111 |
Color Harmonies of #E138BA
Complementary color
Monochromatic Colors of #E138BA
Black with #E138BA
Text Example
Text Example
White with #E138BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E138BA; }
p { color: rgb(225,56,186); }
H1.HeaderClassName
{
color: #E138BA;
}
.AnyTagClassName
{
color: #E138BA;
}
</style>
background-color css
<style>
a { background-color: #E138BA; }
a { background-color: rgb(225,56,186); }
div.DivClassName
{
background-color: #E138BA;
}
.BgClassName
{
background-color: #E138BA;
}
</style>
border-color css
<style>
span { border-color: #E138BA; }
span { border-color: rgb(225,56,186); }
td.TdClassName
{
border-color: #E138BA;
}
.TagClassName
{
border-color: #E138BA;
}
</style>