Html Css Color HEX #E086CA Orchid

📋 copy color: '#E086CA'

red 224 ◦ green 134 ◦ blue 202

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

Shades of Orchid #E086CA

Tints of Orchid #E086CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 40%
G = 23.93%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E086CA (or 0xE086CA) is known color: Orchid. HEX triplet: E0, 86 and CA. RGB value is (224,134,202). Sum of RGB (Red+Green+Blue) = 224+134+202=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E086CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086CA is #1F7935. Grayscale: #A8A8A8. Windows color (decimal): -2062646 or 13272800. OLE color: 13272800.

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

Color convert

RGB 224 134 202 -
CMYK 0 0.40 0.10 0.12
HSL 314.67º 0.59% 0.7% -
HSV(B) 314.67º 0.4% 0.88% -
XYZ 49.93 37.16 60.42 -
YUV 168.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 224 134 202 0 0.40 0.10 0.12 314.67 0.59 0.7
Hex E0 86 CA 0 28 A C 13B 3B 46
Octal 340 206 312 0 50 12 14 473 73 106
Binary 11100000 10000110 11001010 0 101000 1010 1100 100111011 111011 1000110

Color Harmonies of #E086CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086CA

Black with #E086CA

Text Example


Text Example

White with #E086CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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