Shades of Razzle Dazzle Rose #E72DDB
Tints of Razzle Dazzle Rose #E72DDB
RGB
CMYK
RGB Variations
Color information
#E72DDB (or 0xE72DDB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2D and DB. RGB value is (231,45,219). Sum of RGB (Red+Green+Blue) = 231+45+219=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E72DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72DDB is #18D224. Grayscale: #777777. Windows color (decimal): -1626661 or 14364135. OLE color: 14364135.
HSL color Cylindrical-coordinate representation of color #E72DDB: hue angle of 303.87º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72DDB is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 45 | 219 | - |
CMYK | 0 | 0.81 | 0.05 | 0.09 |
HSL | 303.87º | 0.79% | 0.54% | - |
HSV(B) | 303.87º | 0.81% | 0.91% | - |
XYZ | 46.68 | 23.98 | 69.19 | - |
YUV | 120.45 | 183.62 | 206.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 45 | 219 | 0 | 0.81 | 0.05 | 0.09 | 303.87 | 0.79 | 0.54 |
Hex | E7 | 2D | DB | 0 | 51 | 5 | 9 | 130 | 4F | 36 |
Octal | 347 | 55 | 333 | 0 | 121 | 5 | 11 | 460 | 117 | 66 |
Binary | 11100111 | 101101 | 11011011 | 0 | 1010001 | 101 | 1001 | 100110000 | 1001111 | 110110 |
Color Harmonies of #E72DDB
Complementary color
Monochromatic Colors of #E72DDB
Black with #E72DDB
Text Example
Text Example
White with #E72DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72DDB; }
p { color: rgb(231,45,219); }
H1.HeaderClassName
{
color: #E72DDB;
}
.AnyTagClassName
{
color: #E72DDB;
}
</style>
background-color css
<style>
a { background-color: #E72DDB; }
a { background-color: rgb(231,45,219); }
div.DivClassName
{
background-color: #E72DDB;
}
.BgClassName
{
background-color: #E72DDB;
}
</style>
border-color css
<style>
span { border-color: #E72DDB; }
span { border-color: rgb(231,45,219); }
td.TdClassName
{
border-color: #E72DDB;
}
.TagClassName
{
border-color: #E72DDB;
}
</style>