Html Css Color HEX #E071DF Orchid

📋 copy color: '#E071DF'

red 224 ◦ green 113 ◦ blue 223

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

Shades of Orchid #E071DF

Tints of Orchid #E071DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.18%

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

R = 40%
G = 20.18%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E071DF (or 0xE071DF) is known color: Orchid. HEX triplet: E0, 71 and DF. RGB value is (224,113,223). Sum of RGB (Red+Green+Blue) = 224+113+223=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E071DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071DF is #1F8E20. Grayscale: #9E9E9E. Windows color (decimal): -2068001 or 14643680. OLE color: 14643680.

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

Color convert

RGB 224 113 223 -
CMYK 0 0.50 0.00 0.12
HSL 300.54º 0.64% 0.66% -
HSV(B) 300.54º 0.5% 0.88% -
XYZ 49.96 32.99 73.55 -
YUV 158.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 224 113 223 0 0.50 0.00 0.12 300.54 0.64 0.66
Hex E0 71 DF 0 32 0 C 12D 40 42
Octal 340 161 337 0 62 0 14 455 100 102
Binary 11100000 1110001 11011111 0 110010 0 1100 100101101 1000000 1000010

Color Harmonies of #E071DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071DF

Black with #E071DF

Text Example


Text Example

White with #E071DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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