#E184D4

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

Shades of Orchid #E184D4

Tints of Orchid #E184D4

Color information

#E184D4 (or 0xE184D4) is unknown color: approx Orchid. HEX triplet: E1, 84 and D4. RGB value is (225,132,212). Sum of RGB (Red+Green+Blue) = 225+132+212=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E184D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184D4 is #1E7B2B. Grayscale: #A8A8A8. Windows color (decimal): -1997612 or 13927649. OLE color: 13927649.

HSL color Cylindrical-coordinate representation of color #E184D4: hue angle of 308.39º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E184D4 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB225132212-
CMYK00.410.060.12
HSL308.39º60.78%70%-
HSV(B)308.39º41.33%88.24%-
XYZ51.1937.2666.78-
YUV168.93152.31168-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=39.54%
G=23.20%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513221200.410.060.12308.3960.7870
HexE184D40296C1343d46
Octal34120432405161446475106
Binary111000011000010011010100010100111011001001101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E184D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E184D4; }

 p { color: rgb(225,132,212); }

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

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

 a { background-color: rgb(225,132,212); }

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

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

 span { border-color: rgb(225,132,212); }

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