Shades of Razzle Dazzle Rose #E238CB
Tints of Razzle Dazzle Rose #E238CB
RGB
CMYK
RGB Variations
Color information
#E238CB (or 0xE238CB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 38 and CB. RGB value is (226,56,203). Sum of RGB (Red+Green+Blue) = 226+56+203=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E238CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E238CB is #1DC734. Grayscale: #7B7B7B. Windows color (decimal): -1951541 or 13318370. OLE color: 13318370.
HSL color Cylindrical-coordinate representation of color #E238CB: hue angle of 308.12º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E238CB is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 203 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.11 |
| HSL | 308.12º | 0.75% | 0.55% | - |
| HSV(B) | 308.12º | 0.75% | 0.89% | - |
| XYZ | 43.56 | 23.31 | 58.7 | - |
| YUV | 123.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 203 | 0 | 0.75 | 0.10 | 0.11 | 308.12 | 0.75 | 0.55 |
| Hex | E2 | 38 | CB | 0 | 4B | A | B | 134 | 4B | 37 |
| Octal | 342 | 70 | 313 | 0 | 113 | 12 | 13 | 464 | 113 | 67 |
| Binary | 11100010 | 111000 | 11001011 | 0 | 1001011 | 1010 | 1011 | 100110100 | 1001011 | 110111 |
Color Harmonies of #E238CB
Complementary color
Monochromatic Colors of #E238CB
Black with #E238CB
Text Example
Text Example
White with #E238CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E238CB; }
p { color: rgb(226,56,203); }
H1.HeaderClassName
{
color: #E238CB;
}
.AnyTagClassName
{
color: #E238CB;
}
</style>
background-color css
<style>
a { background-color: #E238CB; }
a { background-color: rgb(226,56,203); }
div.DivClassName
{
background-color: #E238CB;
}
.BgClassName
{
background-color: #E238CB;
}
</style>
border-color css
<style>
span { border-color: #E238CB; }
span { border-color: rgb(226,56,203); }
td.TdClassName
{
border-color: #E238CB;
}
.TagClassName
{
border-color: #E238CB;
}
</style>