Shades of Razzle Dazzle Rose #EA3DBB
Tints of Razzle Dazzle Rose #EA3DBB
RGB
CMYK
RGB Variations
Color information
#EA3DBB (or 0xEA3DBB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 3D and BB. RGB value is (234,61,187). Sum of RGB (Red+Green+Blue) = 234+61+187=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3DBB is #15C244. Grayscale: #7E7E7E. Windows color (decimal): -1425989 or 12271082. OLE color: 12271082.
HSL color Cylindrical-coordinate representation of color #EA3DBB: hue angle of 316.3º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3DBB is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 61 | 187 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.08 |
| HSL | 316.3º | 0.8% | 0.58% | - |
| HSV(B) | 316.3º | 0.74% | 0.92% | - |
| XYZ | 44.57 | 24.42 | 49.38 | - |
| YUV | 127.09 | 161.81 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 61 | 187 | 0 | 0.74 | 0.20 | 0.08 | 316.3 | 0.8 | 0.58 |
| Hex | EA | 3D | BB | 0 | 4A | 14 | 8 | 13C | 50 | 3A |
| Octal | 352 | 75 | 273 | 0 | 112 | 24 | 10 | 474 | 120 | 72 |
| Binary | 11101010 | 111101 | 10111011 | 0 | 1001010 | 10100 | 1000 | 100111100 | 1010000 | 111010 |
Color Harmonies of #EA3DBB
Complementary color
Monochromatic Colors of #EA3DBB
Black with #EA3DBB
Text Example
Text Example
White with #EA3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3DBB; }
p { color: rgb(234,61,187); }
H1.HeaderClassName
{
color: #EA3DBB;
}
.AnyTagClassName
{
color: #EA3DBB;
}
</style>
background-color css
<style>
a { background-color: #EA3DBB; }
a { background-color: rgb(234,61,187); }
div.DivClassName
{
background-color: #EA3DBB;
}
.BgClassName
{
background-color: #EA3DBB;
}
</style>
border-color css
<style>
span { border-color: #EA3DBB; }
span { border-color: rgb(234,61,187); }
td.TdClassName
{
border-color: #EA3DBB;
}
.TagClassName
{
border-color: #EA3DBB;
}
</style>