#EA75D1

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

Shades of Orchid #EA75D1

Tints of Orchid #EA75D1

Color information

#EA75D1 (or 0xEA75D1) is unknown color: approx Orchid. HEX triplet: EA, 75 and D1. RGB value is (234,117,209). Sum of RGB (Red+Green+Blue) = 234+117+209=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75D1 is #158A2E. Grayscale: #A2A2A2. Windows color (decimal): -1411631 or 13727210. OLE color: 13727210.

HSL color Cylindrical-coordinate representation of color #EA75D1: hue angle of 312.82º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA75D1 is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234117209-
CMYK00.50.110.08
HSL312.82º73.58%68.82%-
HSV(B)312.82º50%91.76%-
XYZ51.834.8264.31-
YUV162.47154.26179.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 117 (46.09% from 255) = 20.89%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=41.79%
G=20.89%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411720900.50.110.08312.8273.5868.82
HexEA75D1032B81394a45
Octal3521653210621310471112105
Binary1110101011101011101000101100101011100010011100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75D1; }

 p { color: rgb(234,117,209); }

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

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

 a { background-color: rgb(234,117,209); }

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

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

 span { border-color: rgb(234,117,209); }

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