Shades of Razzle Dazzle Rose #E136BC
Tints of Razzle Dazzle Rose #E136BC
RGB
CMYK
RGB Variations
Color information
#E136BC (or 0xE136BC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and BC. RGB value is (225,54,188). Sum of RGB (Red+Green+Blue) = 225+54+188=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E136BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136BC is #1EC943. Grayscale: #787878. Windows color (decimal): -2017604 or 12334817. OLE color: 12334817.
HSL color Cylindrical-coordinate representation of color #E136BC: hue angle of 312.98º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E136BC is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 188 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.12 |
| HSL | 312.98º | 0.74% | 0.55% | - |
| HSV(B) | 312.98º | 0.76% | 0.88% | - |
| XYZ | 41.45 | 22.28 | 49.69 | - |
| YUV | 120.41 | 166.15 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 188 | 0 | 0.76 | 0.16 | 0.12 | 312.98 | 0.74 | 0.55 |
| Hex | E1 | 36 | BC | 0 | 4C | 10 | C | 139 | 4A | 37 |
| Octal | 341 | 66 | 274 | 0 | 114 | 20 | 14 | 471 | 112 | 67 |
| Binary | 11100001 | 110110 | 10111100 | 0 | 1001100 | 10000 | 1100 | 100111001 | 1001010 | 110111 |
Color Harmonies of #E136BC
Complementary color
Monochromatic Colors of #E136BC
Black with #E136BC
Text Example
Text Example
White with #E136BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136BC; }
p { color: rgb(225,54,188); }
H1.HeaderClassName
{
color: #E136BC;
}
.AnyTagClassName
{
color: #E136BC;
}
</style>
background-color css
<style>
a { background-color: #E136BC; }
a { background-color: rgb(225,54,188); }
div.DivClassName
{
background-color: #E136BC;
}
.BgClassName
{
background-color: #E136BC;
}
</style>
border-color css
<style>
span { border-color: #E136BC; }
span { border-color: rgb(225,54,188); }
td.TdClassName
{
border-color: #E136BC;
}
.TagClassName
{
border-color: #E136BC;
}
</style>