#E46CEA

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

Shades of Orchid #E46CEA

Tints of Orchid #E46CEA

Color information

#E46CEA (or 0xE46CEA) is unknown color: approx Orchid. HEX triplet: E4, 6C and EA. RGB value is (228,108,234). Sum of RGB (Red+Green+Blue) = 228+108+234=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #E46CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46CEA is #1B9315. Grayscale: #9D9D9D. Windows color (decimal): -1807126 or 15363300. OLE color: 15363300.

HSL color Cylindrical-coordinate representation of color #E46CEA: hue angle of 297.14º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46CEA is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228108234-
CMYK0.030.5400.08
HSL297.14º75%67.06%-
HSV(B)297.14º53.85%91.76%-
XYZ52.2133.1681.49-
YUV158.24170.76177.75-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 18.95%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=40%
G=18.95%
B=41.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281082340.030.5400.08297.147567.06
HexE46CEA336081294b43
Octal344154352366010451113103
Binary11100100110110011101010111101100100010010100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46CEA; }

 p { color: rgb(228,108,234); }

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

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

 a { background-color: rgb(228,108,234); }

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

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

 span { border-color: rgb(228,108,234); }

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