#EA75DA

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

Shades of Orchid #EA75DA

Tints of Orchid #EA75DA

Color information

#EA75DA (or 0xEA75DA) is unknown color: approx Orchid. HEX triplet: EA, 75 and DA. RGB value is (234,117,218). Sum of RGB (Red+Green+Blue) = 234+117+218=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75DA is #158A25. Grayscale: #A3A3A3. Windows color (decimal): -1411622 or 14317034. OLE color: 14317034.

HSL color Cylindrical-coordinate representation of color #EA75DA: hue angle of 308.21º 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 #EA75DA is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234117218-
CMYK00.50.070.08
HSL308.21º73.58%68.82%-
HSV(B)308.21º50%91.76%-
XYZ52.9535.2870.35-
YUV163.5158.76178.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 117 (46.09% from 255) = 20.56%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=41.12%
G=20.56%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411721800.50.070.08308.2173.5868.82
HexEA75DA032781344a45
Octal352165332062710464112105
Binary111010101110101110110100110010111100010011010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75DA; }

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

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

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

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

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

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

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

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