#e072c4

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

Shades of Orchid #E072C4

Tints of Orchid #E072C4

Color information

#E072C4 (or 0xE072C4) is unknown color: approx Orchid. HEX triplet: E0, 72 and C4. RGB value is (224,114,196). Sum of RGB (Red+Green+Blue) = 224+114+196=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E072C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072C4 is #1F8D3B. Grayscale: #9C9C9C. Windows color (decimal): -2067772 or 12874464. OLE color: 12874464.

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

Color convert

RGB224114196-
CMYK00.490.120.12
HSL315.27º63.95%66.27%-
HSV(B)315.27º49.11%87.84%-
XYZ46.7231.8755.91-
YUV156.24150.44176.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 114 (44.92% from 255) = 21.35%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=41.95%
G=21.35%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411419600.490.120.12315.2763.9566.27
HexE072C4031CC13b4042
Octal3401623040611414473100102
Binary1110000011100101100010001100011100110010011101110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e072c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e072c4; }

 p { color: rgb(224,114,196); }

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

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

 a { background-color: rgb(224,114,196); }

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

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

 span { border-color: rgb(224,114,196); }

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