Shades of Orchid #E272CB
Tints of Orchid #E272CB
RGB
CMYK
RGB Variations
Color information
#E272CB (or 0xE272CB) is known color: Orchid. HEX triplet: E2, 72 and CB. RGB value is (226,114,203). Sum of RGB (Red+Green+Blue) = 226+114+203=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E272CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272CB is #1D8D34. Grayscale: #9D9D9D. Windows color (decimal): -1936693 or 13333218. OLE color: 13333218.
HSL color Cylindrical-coordinate representation of color #E272CB: hue angle of 312.32º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E272CB is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 203 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.11 |
| HSL | 312.32º | 0.66% | 0.67% | - |
| HSV(B) | 312.32º | 0.5% | 0.89% | - |
| XYZ | 48.16 | 32.52 | 60.24 | - |
| YUV | 157.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 203 | 0 | 0.50 | 0.10 | 0.11 | 312.32 | 0.66 | 0.67 |
| Hex | E2 | 72 | CB | 0 | 32 | A | B | 138 | 42 | 43 |
| Octal | 342 | 162 | 313 | 0 | 62 | 12 | 13 | 470 | 102 | 103 |
| Binary | 11100010 | 1110010 | 11001011 | 0 | 110010 | 1010 | 1011 | 100111000 | 1000010 | 1000011 |
Color Harmonies of #E272CB
Complementary color
Monochromatic Colors of #E272CB
Black with #E272CB
Text Example
Text Example
White with #E272CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272CB; }
p { color: rgb(226,114,203); }
H1.HeaderClassName
{
color: #E272CB;
}
.AnyTagClassName
{
color: #E272CB;
}
</style>
background-color css
<style>
a { background-color: #E272CB; }
a { background-color: rgb(226,114,203); }
div.DivClassName
{
background-color: #E272CB;
}
.BgClassName
{
background-color: #E272CB;
}
</style>
border-color css
<style>
span { border-color: #E272CB; }
span { border-color: rgb(226,114,203); }
td.TdClassName
{
border-color: #E272CB;
}
.TagClassName
{
border-color: #E272CB;
}
</style>