Shades of Razzle Dazzle Rose #E138BB
Tints of Razzle Dazzle Rose #E138BB
RGB
CMYK
RGB Variations
Color information
#E138BB (or 0xE138BB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and BB. RGB value is (225,56,187). Sum of RGB (Red+Green+Blue) = 225+56+187=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E138BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138BB is #1EC744. Grayscale: #797979. Windows color (decimal): -2017093 or 12269793. OLE color: 12269793.
HSL color Cylindrical-coordinate representation of color #E138BB: hue angle of 313.49º 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 #E138BB is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 187 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.12 |
| HSL | 313.49º | 0.74% | 0.55% | - |
| HSV(B) | 313.49º | 0.75% | 0.88% | - |
| XYZ | 41.44 | 22.42 | 49.16 | - |
| YUV | 121.47 | 164.99 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 187 | 0 | 0.75 | 0.17 | 0.12 | 313.49 | 0.74 | 0.55 |
| Hex | E1 | 38 | BB | 0 | 4B | 11 | C | 139 | 4A | 37 |
| Octal | 341 | 70 | 273 | 0 | 113 | 21 | 14 | 471 | 112 | 67 |
| Binary | 11100001 | 111000 | 10111011 | 0 | 1001011 | 10001 | 1100 | 100111001 | 1001010 | 110111 |
Color Harmonies of #E138BB
Complementary color
Monochromatic Colors of #E138BB
Black with #E138BB
Text Example
Text Example
White with #E138BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E138BB; }
p { color: rgb(225,56,187); }
H1.HeaderClassName
{
color: #E138BB;
}
.AnyTagClassName
{
color: #E138BB;
}
</style>
background-color css
<style>
a { background-color: #E138BB; }
a { background-color: rgb(225,56,187); }
div.DivClassName
{
background-color: #E138BB;
}
.BgClassName
{
background-color: #E138BB;
}
</style>
border-color css
<style>
span { border-color: #E138BB; }
span { border-color: rgb(225,56,187); }
td.TdClassName
{
border-color: #E138BB;
}
.TagClassName
{
border-color: #E138BB;
}
</style>