Html Css Color HEX #E073CE Orchid

📋 copy color: '#E073CE'

red 224 ◦ green 115 ◦ blue 206

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

Shades of Orchid #E073CE

Tints of Orchid #E073CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.1%

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

R = 41.1%
G = 21.1%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E073CE (or 0xE073CE) is known color: Orchid. HEX triplet: E0, 73 and CE. RGB value is (224,115,206). Sum of RGB (Red+Green+Blue) = 224+115+206=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E073CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073CE is #1F8C31. Grayscale: #9D9D9D. Windows color (decimal): -2067506 or 13530080. OLE color: 13530080.

HSL color Cylindrical-coordinate representation of color #E073CE: hue angle of 309.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E073CE is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 206 -
CMYK 0 0.49 0.08 0.12
HSL 309.91º 0.64% 0.66% -
HSV(B) 309.91º 0.49% 0.88% -
XYZ 48.01 32.56 62.15 -
YUV 157.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 224 115 206 0 0.49 0.08 0.12 309.91 0.64 0.66
Hex E0 73 CE 0 31 8 C 136 40 42
Octal 340 163 316 0 61 10 14 466 100 102
Binary 11100000 1110011 11001110 0 110001 1000 1100 100110110 1000000 1000010

Color Harmonies of #E073CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073CE

Black with #E073CE

Text Example


Text Example

White with #E073CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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