#E375E2

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

Shades of Orchid #E375E2

Tints of Orchid #E375E2

Color information

#E375E2 (or 0xE375E2) is unknown color: approx Orchid. HEX triplet: E3, 75 and E2. RGB value is (227,117,226). Sum of RGB (Red+Green+Blue) = 227+117+226=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E375E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375E2 is #1C8A1D. Grayscale: #A1A1A1. Windows color (decimal): -1870366 or 14841315. OLE color: 14841315.

HSL color Cylindrical-coordinate representation of color #E375E2: hue angle of 300.55º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375E2 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB227117226-
CMYK00.480.000.11
HSL300.55º66.27%67.45%-
HSV(B)300.55º48.46%89.02%-
XYZ51.7734.5475.89-
YUV162.32163.94174.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.82%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 226 (88.67% from 255) = 39.65%
R=39.82%
G=20.53%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711722600.480.000.11300.5566.2767.45
HexE375E20300B12d4243
Octal343165342060013455102103
Binary1110001111101011110001001100000101110010110110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E375E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E375E2; }

 p { color: rgb(227,117,226); }

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

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

 a { background-color: rgb(227,117,226); }

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

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

 span { border-color: rgb(227,117,226); }

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