Html Css Color HEX #E086CB Orchid

📋 copy color: '#E086CB'

red 224 ◦ green 134 ◦ blue 203

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

Shades of Orchid #E086CB

Tints of Orchid #E086CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.19%

R = 39.93%
G = 23.89%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E086CB (or 0xE086CB) is known color: Orchid. HEX triplet: E0, 86 and CB. RGB value is (224,134,203). Sum of RGB (Red+Green+Blue) = 224+134+203=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E086CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086CB is #1F7934. Grayscale: #A8A8A8. Windows color (decimal): -2062645 or 13338336. OLE color: 13338336.

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

Color convert

RGB 224 134 203 -
CMYK 0 0.40 0.09 0.12
HSL 314º 0.59% 0.7% -
HSV(B) 314º 0.4% 0.88% -
XYZ 50.05 37.21 61.04 -
YUV 168.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 224 134 203 0 0.40 0.09 0.12 314 0.59 0.7
Hex E0 86 CB 0 28 9 C 13A 3B 46
Octal 340 206 313 0 50 11 14 472 73 106
Binary 11100000 10000110 11001011 0 101000 1001 1100 100111010 111011 1000110

Color Harmonies of #E086CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086CB

Black with #E086CB

Text Example


Text Example

White with #E086CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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