#E572D4

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

Shades of Orchid #E572D4

Tints of Orchid #E572D4

Color information

#E572D4 (or 0xE572D4) is unknown color: approx Orchid. HEX triplet: E5, 72 and D4. RGB value is (229,114,212). Sum of RGB (Red+Green+Blue) = 229+114+212=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E572D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572D4 is #1A8D2B. Grayscale: #9F9F9F. Windows color (decimal): -1740076 or 13923045. OLE color: 13923045.

HSL color Cylindrical-coordinate representation of color #E572D4: hue angle of 308.87º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E572D4 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB229114212-
CMYK00.500.070.10
HSL308.87º68.86%67.25%-
HSV(B)308.87º50.22%89.8%-
XYZ50.2133.4566.1-
YUV159.56157.6177.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 114 (44.92% from 255) = 20.54%
BLUE value IS 212 (83.20% from 255) = 38.20%
R=41.26%
G=20.54%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911421200.500.070.10308.8768.8667.25
HexE572D40327A1354543
Octal345162324062712465105103
Binary111001011110010110101000110010111101010011010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E572D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E572D4; }

 p { color: rgb(229,114,212); }

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

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

 a { background-color: rgb(229,114,212); }

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

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

 span { border-color: rgb(229,114,212); }

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