#E272E4

Color #E272E4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E272E4

Tints of Orchid #E272E4

Color information

#E272E4 (or 0xE272E4) is unknown color: approx Orchid. HEX triplet: E2, 72 and E4. RGB value is (226,114,228). Sum of RGB (Red+Green+Blue) = 226+114+228=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #E272E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272E4 is #1D8D1B. Grayscale: #A0A0A0. Windows color (decimal): -1936668 or 14971618. OLE color: 14971618.

HSL color Cylindrical-coordinate representation of color #E272E4: hue angle of 298.95º degrees, saturation: 0.68, 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 #E272E4 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB226114228-
CMYK0.010.5000.11
HSL298.95º67.86%67.06%-
HSV(B)298.95º50%89.41%-
XYZ51.3833.877.22-
YUV160.48166.11174.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 114 (44.92% from 255) = 20.07%
BLUE value IS 228 (89.45% from 255) = 40.14%
R=39.79%
G=20.07%
B=40.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261142280.010.5000.11298.9567.8667.06
HexE272E41320B12b4443
Octal342162344162013453104103
Binary1110001011100101110010011100100101110010101110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E272E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E272E4; }

 p { color: rgb(226,114,228); }

 H1.HeaderClassName
 {
   color: #E272E4;
 }
 .AnyTagClassName
 {
   color: #E272E4;
 }
</style>
background-color css

<style>
 a { background-color: #E272E4; }

 a { background-color: rgb(226,114,228); }

 div.DivClassName
 {
   background-color: #E272E4;
 }
 .BgClassName
 {
   background-color: #E272E4;
 }
</style>
border-color css

<style>
 span { border-color: #E272E4; }

 span { border-color: rgb(226,114,228); }

 td.TdClassName
 {
   border-color: #E272E4;
 }
 .TagClassName
 {
   border-color: #E272E4;
 }
</style>