Shades of Orchid #E672E3
Tints of Orchid #E672E3
RGB
CMYK
RGB Variations
Color information
#E672E3 (or 0xE672E3) is known color: Orchid. HEX triplet: E6, 72 and E3. RGB value is (230,114,227). Sum of RGB (Red+Green+Blue) = 230+114+227=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E672E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672E3 is #198D1C. Grayscale: #A1A1A1. Windows color (decimal): -1674525 or 14906086. OLE color: 14906086.
HSL color Cylindrical-coordinate representation of color #E672E3: hue angle of 301.55º degrees, saturation: 0.7, 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 #E672E3 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 227 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.10 |
| HSL | 301.55º | 0.7% | 0.67% | - |
| HSV(B) | 301.55º | 0.5% | 0.9% | - |
| XYZ | 52.52 | 34.4 | 76.55 | - |
| YUV | 161.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 227 | 0 | 0.50 | 0.01 | 0.10 | 301.55 | 0.7 | 0.67 |
| Hex | E6 | 72 | E3 | 0 | 32 | 1 | A | 12E | 46 | 43 |
| Octal | 346 | 162 | 343 | 0 | 62 | 1 | 12 | 456 | 106 | 103 |
| Binary | 11100110 | 1110010 | 11100011 | 0 | 110010 | 1 | 1010 | 100101110 | 1000110 | 1000011 |
Color Harmonies of #E672E3
Complementary color
Monochromatic Colors of #E672E3
Black with #E672E3
Text Example
Text Example
White with #E672E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672E3; }
p { color: rgb(230,114,227); }
H1.HeaderClassName
{
color: #E672E3;
}
.AnyTagClassName
{
color: #E672E3;
}
</style>
background-color css
<style>
a { background-color: #E672E3; }
a { background-color: rgb(230,114,227); }
div.DivClassName
{
background-color: #E672E3;
}
.BgClassName
{
background-color: #E672E3;
}
</style>
border-color css
<style>
span { border-color: #E672E3; }
span { border-color: rgb(230,114,227); }
td.TdClassName
{
border-color: #E672E3;
}
.TagClassName
{
border-color: #E672E3;
}
</style>