Html Css Color HEX #E073DF Orchid

📋 copy color: '#E073DF'

red 224 ◦ green 115 ◦ blue 223

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

Shades of Orchid #E073DF

Tints of Orchid #E073DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 39.86%
G = 20.46%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E073DF (or 0xE073DF) is known color: Orchid. HEX triplet: E0, 73 and DF. RGB value is (224,115,223). Sum of RGB (Red+Green+Blue) = 224+115+223=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E073DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073DF is #1F8C20. Grayscale: #9F9F9F. Windows color (decimal): -2067489 or 14644192. OLE color: 14644192.

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

Color convert

RGB 224 115 223 -
CMYK 0 0.49 0.00 0.12
HSL 300.55º 0.64% 0.66% -
HSV(B) 300.55º 0.49% 0.88% -
XYZ 50.19 33.44 73.62 -
YUV 159.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 224 115 223 0 0.49 0.00 0.12 300.55 0.64 0.66
Hex E0 73 DF 0 31 0 C 12D 40 42
Octal 340 163 337 0 61 0 14 455 100 102
Binary 11100000 1110011 11011111 0 110001 0 1100 100101101 1000000 1000010

Color Harmonies of #E073DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073DF

Black with #E073DF

Text Example


Text Example

White with #E073DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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