Html Css Color HEX #E085CE Orchid

📋 copy color: '#E085CE'

red 224 ◦ green 133 ◦ blue 206

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

Shades of Orchid #E085CE

Tints of Orchid #E085CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 39.79%
G = 23.62%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E085CE (or 0xE085CE) is known color: Orchid. HEX triplet: E0, 85 and CE. RGB value is (224,133,206). Sum of RGB (Red+Green+Blue) = 224+133+206=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E085CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085CE is #1F7A31. Grayscale: #A8A8A8. Windows color (decimal): -2062898 or 13534688. OLE color: 13534688.

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

Color convert

RGB 224 133 206 -
CMYK 0 0.41 0.08 0.12
HSL 311.87º 0.59% 0.7% -
HSV(B) 311.87º 0.41% 0.88% -
XYZ 50.27 37.08 62.9 -
YUV 168.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 224 133 206 0 0.41 0.08 0.12 311.87 0.59 0.7
Hex E0 85 CE 0 29 8 C 138 3B 46
Octal 340 205 316 0 51 10 14 470 73 106
Binary 11100000 10000101 11001110 0 101001 1000 1100 100111000 111011 1000110

Color Harmonies of #E085CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085CE

Black with #E085CE

Text Example


Text Example

White with #E085CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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