Shades of Razzle Dazzle Rose #EA42CA
Tints of Razzle Dazzle Rose #EA42CA
RGB
CMYK
RGB Variations
Color information
#EA42CA (or 0xEA42CA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 42 and CA. RGB value is (234,66,202). Sum of RGB (Red+Green+Blue) = 234+66+202=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA42CA is #15BD35. Grayscale: #838383. Windows color (decimal): -1424694 or 13255402. OLE color: 13255402.
HSL color Cylindrical-coordinate representation of color #EA42CA: hue angle of 311.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA42CA is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 202 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.08 |
| HSL | 311.43º | 0.8% | 0.59% | - |
| HSV(B) | 311.43º | 0.72% | 0.92% | - |
| XYZ | 46.54 | 25.65 | 58.38 | - |
| YUV | 131.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 202 | 0 | 0.72 | 0.14 | 0.08 | 311.43 | 0.8 | 0.59 |
| Hex | EA | 42 | CA | 0 | 48 | E | 8 | 137 | 50 | 3B |
| Octal | 352 | 102 | 312 | 0 | 110 | 16 | 10 | 467 | 120 | 73 |
| Binary | 11101010 | 1000010 | 11001010 | 0 | 1001000 | 1110 | 1000 | 100110111 | 1010000 | 111011 |
Color Harmonies of #EA42CA
Complementary color
Monochromatic Colors of #EA42CA
Black with #EA42CA
Text Example
Text Example
White with #EA42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA42CA; }
p { color: rgb(234,66,202); }
H1.HeaderClassName
{
color: #EA42CA;
}
.AnyTagClassName
{
color: #EA42CA;
}
</style>
background-color css
<style>
a { background-color: #EA42CA; }
a { background-color: rgb(234,66,202); }
div.DivClassName
{
background-color: #EA42CA;
}
.BgClassName
{
background-color: #EA42CA;
}
</style>
border-color css
<style>
span { border-color: #EA42CA; }
span { border-color: rgb(234,66,202); }
td.TdClassName
{
border-color: #EA42CA;
}
.TagClassName
{
border-color: #EA42CA;
}
</style>