Shades of Orchid #E672E2
Tints of Orchid #E672E2
RGB
CMYK
RGB Variations
Color information
#E672E2 (or 0xE672E2) is known color: Orchid. HEX triplet: E6, 72 and E2. RGB value is (230,114,226). Sum of RGB (Red+Green+Blue) = 230+114+226=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E672E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672E2 is #198D1D. Grayscale: #A1A1A1. Windows color (decimal): -1674526 or 14840550. OLE color: 14840550.
HSL color Cylindrical-coordinate representation of color #E672E2: hue angle of 302.07º 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 #E672E2 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 226 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.10 |
| HSL | 302.07º | 0.7% | 0.67% | - |
| HSV(B) | 302.07º | 0.5% | 0.9% | - |
| XYZ | 52.38 | 34.35 | 75.82 | - |
| YUV | 161.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 226 | 0 | 0.50 | 0.02 | 0.10 | 302.07 | 0.7 | 0.67 |
| Hex | E6 | 72 | E2 | 0 | 32 | 2 | A | 12E | 46 | 43 |
| Octal | 346 | 162 | 342 | 0 | 62 | 2 | 12 | 456 | 106 | 103 |
| Binary | 11100110 | 1110010 | 11100010 | 0 | 110010 | 10 | 1010 | 100101110 | 1000110 | 1000011 |
Color Harmonies of #E672E2
Complementary color
Monochromatic Colors of #E672E2
Black with #E672E2
Text Example
Text Example
White with #E672E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672E2; }
p { color: rgb(230,114,226); }
H1.HeaderClassName
{
color: #E672E2;
}
.AnyTagClassName
{
color: #E672E2;
}
</style>
background-color css
<style>
a { background-color: #E672E2; }
a { background-color: rgb(230,114,226); }
div.DivClassName
{
background-color: #E672E2;
}
.BgClassName
{
background-color: #E672E2;
}
</style>
border-color css
<style>
span { border-color: #E672E2; }
span { border-color: rgb(230,114,226); }
td.TdClassName
{
border-color: #E672E2;
}
.TagClassName
{
border-color: #E672E2;
}
</style>