Shades of Orchid #E272E5
Tints of Orchid #E272E5
RGB
CMYK
RGB Variations
Color information
#E272E5 (or 0xE272E5) is known color: Orchid. HEX triplet: E2, 72 and E5. RGB value is (226,114,229). Sum of RGB (Red+Green+Blue) = 226+114+229=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #E272E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272E5 is #1D8D1A. Grayscale: #A0A0A0. Windows color (decimal): -1936667 or 15037154. OLE color: 15037154.
HSL color Cylindrical-coordinate representation of color #E272E5: hue angle of 298.43º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E272E5 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 114 | 229 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.10 |
| HSL | 298.43º | 0.69% | 0.67% | - |
| HSV(B) | 298.43º | 0.5% | 0.9% | - |
| XYZ | 51.52 | 33.86 | 77.95 | - |
| YUV | 160.6 | 166.61 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 229 | 0.01 | 0.50 | 0 | 0.10 | 298.43 | 0.69 | 0.67 |
| Hex | E2 | 72 | E5 | 1 | 32 | 0 | A | 12A | 45 | 43 |
| Octal | 342 | 162 | 345 | 1 | 62 | 0 | 12 | 452 | 105 | 103 |
| Binary | 11100010 | 1110010 | 11100101 | 1 | 110010 | 0 | 1010 | 100101010 | 1000101 | 1000011 |
Color Harmonies of #E272E5
Complementary color
Monochromatic Colors of #E272E5
Black with #E272E5
Text Example
Text Example
White with #E272E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272E5; }
p { color: rgb(226,114,229); }
H1.HeaderClassName
{
color: #E272E5;
}
.AnyTagClassName
{
color: #E272E5;
}
</style>
background-color css
<style>
a { background-color: #E272E5; }
a { background-color: rgb(226,114,229); }
div.DivClassName
{
background-color: #E272E5;
}
.BgClassName
{
background-color: #E272E5;
}
</style>
border-color css
<style>
span { border-color: #E272E5; }
span { border-color: rgb(226,114,229); }
td.TdClassName
{
border-color: #E272E5;
}
.TagClassName
{
border-color: #E272E5;
}
</style>