Shades of Brilliant Rose #ED4FB3
Tints of Brilliant Rose #ED4FB3
RGB
CMYK
RGB Variations
Color information
#ED4FB3 (or 0xED4FB3) is known color: Brilliant Rose. HEX triplet: ED, 4F and B3. RGB value is (237,79,179). Sum of RGB (Red+Green+Blue) = 237+79+179=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4FB3 is #12B04C. Grayscale: #898989. Windows color (decimal): -1224781 or 11751405. OLE color: 11751405.
HSL color Cylindrical-coordinate representation of color #ED4FB3: hue angle of 322.03º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4FB3 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 179 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.07 |
| HSL | 322.03º | 0.81% | 0.62% | - |
| HSV(B) | 322.03º | 0.67% | 0.93% | - |
| XYZ | 45.86 | 26.85 | 45.41 | - |
| YUV | 137.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 179 | 0 | 0.67 | 0.24 | 0.07 | 322.03 | 0.81 | 0.62 |
| Hex | ED | 4F | B3 | 0 | 43 | 18 | 7 | 142 | 51 | 3E |
| Octal | 355 | 117 | 263 | 0 | 103 | 30 | 7 | 502 | 121 | 76 |
| Binary | 11101101 | 1001111 | 10110011 | 0 | 1000011 | 11000 | 111 | 101000010 | 1010001 | 111110 |
Color Harmonies of #ED4FB3
Complementary color
Monochromatic Colors of #ED4FB3
Black with #ED4FB3
Text Example
Text Example
White with #ED4FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4FB3; }
p { color: rgb(237,79,179); }
H1.HeaderClassName
{
color: #ED4FB3;
}
.AnyTagClassName
{
color: #ED4FB3;
}
</style>
background-color css
<style>
a { background-color: #ED4FB3; }
a { background-color: rgb(237,79,179); }
div.DivClassName
{
background-color: #ED4FB3;
}
.BgClassName
{
background-color: #ED4FB3;
}
</style>
border-color css
<style>
span { border-color: #ED4FB3; }
span { border-color: rgb(237,79,179); }
td.TdClassName
{
border-color: #ED4FB3;
}
.TagClassName
{
border-color: #ED4FB3;
}
</style>