#E071CC

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

Shades of Orchid #E071CC

Tints of Orchid #E071CC

Color information

#E071CC (or 0xE071CC) is unknown color: approx Orchid. HEX triplet: E0, 71 and CC. RGB value is (224,113,204). Sum of RGB (Red+Green+Blue) = 224+113+204=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E071CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071CC is #1F8E33. Grayscale: #9C9C9C. Windows color (decimal): -2068020 or 13398496. OLE color: 13398496.

HSL color Cylindrical-coordinate representation of color #E071CC: hue angle of 310.81º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E071CC is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224113204-
CMYK00.500.090.12
HSL310.81º64.16%66.08%-
HSV(B)310.81º49.55%87.84%-
XYZ47.5432.0260.8-
YUV156.56154.77176.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.40%
GREEN value IS 113 (44.53% from 255) = 20.89%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=41.40%
G=20.89%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411320400.500.090.12310.8164.1666.08
HexE071CC0329C1374042
Octal3401613140621114467100102
Binary1110000011100011100110001100101001110010011011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071CC; }

 p { color: rgb(224,113,204); }

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

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

 a { background-color: rgb(224,113,204); }

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

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

 span { border-color: rgb(224,113,204); }

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