#E475E1

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

Shades of Orchid #E475E1

Tints of Orchid #E475E1

Color information

#E475E1 (or 0xE475E1) is unknown color: approx Orchid. HEX triplet: E4, 75 and E1. RGB value is (228,117,225). Sum of RGB (Red+Green+Blue) = 228+117+225=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E475E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475E1 is #1B8A1E. Grayscale: #A2A2A2. Windows color (decimal): -1804831 or 14775780. OLE color: 14775780.

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

Color convert

RGB228117225-
CMYK00.490.010.11
HSL301.62º67.27%67.65%-
HSV(B)301.62º48.68%89.41%-
XYZ51.9534.6575.18-
YUV162.5163.27174.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=40%
G=20.53%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811722500.490.010.11301.6267.2767.65
HexE475E10311B12e4344
Octal344165341061113456103104
Binary1110010011101011110000101100011101110010111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E475E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E475E1; }

 p { color: rgb(228,117,225); }

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

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

 a { background-color: rgb(228,117,225); }

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

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

 span { border-color: rgb(228,117,225); }

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