Html Css Color HEX #E086D8 Orchid

📋 copy color: '#E086D8'

red 224 ◦ green 134 ◦ blue 216

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

Shades of Orchid #E086D8

Tints of Orchid #E086D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.63%

R = 39.02%
G = 23.34%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E086D8 (or 0xE086D8) is known color: Orchid. HEX triplet: E0, 86 and D8. RGB value is (224,134,216). Sum of RGB (Red+Green+Blue) = 224+134+216=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E086D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086D8 is #1F7927. Grayscale: #AAAAAA. Windows color (decimal): -2062632 or 14190304. OLE color: 14190304.

HSL color Cylindrical-coordinate representation of color #E086D8: hue angle of 305.33º 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 #E086D8 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 216 -
CMYK 0 0.40 0.04 0.12
HSL 305.33º 0.59% 0.7% -
HSV(B) 305.33º 0.4% 0.88% -
XYZ 51.66 37.86 69.55 -
YUV 170.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 224 134 216 0 0.40 0.04 0.12 305.33 0.59 0.7
Hex E0 86 D8 0 28 4 C 131 3B 46
Octal 340 206 330 0 50 4 14 461 73 106
Binary 11100000 10000110 11011000 0 101000 100 1100 100110001 111011 1000110

Color Harmonies of #E086D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086D8

Black with #E086D8

Text Example


Text Example

White with #E086D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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