Html Css Color HEX #E085DA Orchid

📋 copy color: '#E085DA'

red 224 ◦ green 133 ◦ blue 218

#E085DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E085DA

Tints of Orchid #E085DA

RGB

 RED value IS 224 (87.89% from 255) = 38.96%

 GREEN value IS 133 (52.34% from 255) = 23.13%

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 38.96%
G = 23.13%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E085DA (or 0xE085DA) is known color: Orchid. HEX triplet: E0, 85 and DA. RGB value is (224,133,218). Sum of RGB (Red+Green+Blue) = 224+133+218=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E085DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085DA is #1F7A25. Grayscale: #A9A9A9. Windows color (decimal): -2062886 or 14321120. OLE color: 14321120.

HSL color Cylindrical-coordinate representation of color #E085DA: hue angle of 303.96º degrees, saturation: 0.59, 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 #E085DA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 133 218 -
CMYK 0 0.41 0.03 0.12
HSL 303.96º 0.59% 0.7% -
HSV(B) 303.96º 0.41% 0.88% -
XYZ 51.78 37.68 70.87 -
YUV 169.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 224 133 218 0 0.41 0.03 0.12 303.96 0.59 0.7
Hex E0 85 DA 0 29 3 C 130 3B 46
Octal 340 205 332 0 51 3 14 460 73 106
Binary 11100000 10000101 11011010 0 101001 11 1100 100110000 111011 1000110

Color Harmonies of #E085DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085DA

Black with #E085DA

Text Example


Text Example

White with #E085DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085DA; }

 p { color: rgb(224,133,218); }

 H1.HeaderClassName
 {
   color: #E085DA;
 }
 .AnyTagClassName
 {
   color: #E085DA;
 }
</style>

background-color css

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

 a { background-color: rgb(224,133,218); }

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

border-color css

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

 span { border-color: rgb(224,133,218); }

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