Shades of Brilliant Rose #E653B5
Tints of Brilliant Rose #E653B5
RGB
CMYK
RGB Variations
Color information
#E653B5 (or 0xE653B5) is known color: Brilliant Rose. HEX triplet: E6, 53 and B5. RGB value is (230,83,181). Sum of RGB (Red+Green+Blue) = 230+83+181=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E653B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E653B5 is #19AC4A. Grayscale: #898989. Windows color (decimal): -1682507 or 11883494. OLE color: 11883494.
HSL color Cylindrical-coordinate representation of color #E653B5: hue angle of 320º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E653B5 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 181 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.10 |
| HSL | 320º | 0.75% | 0.61% | - |
| HSV(B) | 320º | 0.64% | 0.9% | - |
| XYZ | 44.07 | 26.35 | 46.48 | - |
| YUV | 138.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 181 | 0 | 0.64 | 0.21 | 0.10 | 320 | 0.75 | 0.61 |
| Hex | E6 | 53 | B5 | 0 | 40 | 15 | A | 140 | 4B | 3D |
| Octal | 346 | 123 | 265 | 0 | 100 | 25 | 12 | 500 | 113 | 75 |
| Binary | 11100110 | 1010011 | 10110101 | 0 | 1000000 | 10101 | 1010 | 101000000 | 1001011 | 111101 |
Color Harmonies of #E653B5
Complementary color
Monochromatic Colors of #E653B5
Black with #E653B5
Text Example
Text Example
White with #E653B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E653B5; }
p { color: rgb(230,83,181); }
H1.HeaderClassName
{
color: #E653B5;
}
.AnyTagClassName
{
color: #E653B5;
}
</style>
background-color css
<style>
a { background-color: #E653B5; }
a { background-color: rgb(230,83,181); }
div.DivClassName
{
background-color: #E653B5;
}
.BgClassName
{
background-color: #E653B5;
}
</style>
border-color css
<style>
span { border-color: #E653B5; }
span { border-color: rgb(230,83,181); }
td.TdClassName
{
border-color: #E653B5;
}
.TagClassName
{
border-color: #E653B5;
}
</style>