Html Css Color HEX #E086DA Orchid

📋 copy color: '#E086DA'

red 224 ◦ green 134 ◦ blue 218

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

Shades of Orchid #E086DA

Tints of Orchid #E086DA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.26%

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

R = 38.89%
G = 23.26%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E086DA (or 0xE086DA) is known color: Orchid. HEX triplet: E0, 86 and DA. RGB value is (224,134,218). Sum of RGB (Red+Green+Blue) = 224+134+218=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E086DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086DA is #1F7925. Grayscale: #AAAAAA. Windows color (decimal): -2062630 or 14321376. OLE color: 14321376.

HSL color Cylindrical-coordinate representation of color #E086DA: hue angle of 304º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E086DA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 218 -
CMYK 0 0.40 0.03 0.12
HSL 304º 0.59% 0.7% -
HSV(B) 304º 0.4% 0.88% -
XYZ 51.92 37.96 70.92 -
YUV 170.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 224 134 218 0 0.40 0.03 0.12 304 0.59 0.7
Hex E0 86 DA 0 28 3 C 130 3B 46
Octal 340 206 332 0 50 3 14 460 73 106
Binary 11100000 10000110 11011010 0 101000 11 1100 100110000 111011 1000110

Color Harmonies of #E086DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086DA

Black with #E086DA

Text Example


Text Example

White with #E086DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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