Html Css Color HEX #E073DD Orchid

📋 copy color: '#E073DD'

red 224 ◦ green 115 ◦ blue 221

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

Shades of Orchid #E073DD

Tints of Orchid #E073DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 40%
G = 20.54%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E073DD (or 0xE073DD) is known color: Orchid. HEX triplet: E0, 73 and DD. RGB value is (224,115,221). Sum of RGB (Red+Green+Blue) = 224+115+221=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E073DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073DD is #1F8C22. Grayscale: #9F9F9F. Windows color (decimal): -2067491 or 14513120. OLE color: 14513120.

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

Color convert

RGB 224 115 221 -
CMYK 0 0.49 0.01 0.12
HSL 301.65º 0.64% 0.66% -
HSV(B) 301.65º 0.49% 0.88% -
XYZ 49.92 33.33 72.21 -
YUV 159.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 224 115 221 0 0.49 0.01 0.12 301.65 0.64 0.66
Hex E0 73 DD 0 31 1 C 12E 40 42
Octal 340 163 335 0 61 1 14 456 100 102
Binary 11100000 1110011 11011101 0 110001 1 1100 100101110 1000000 1000010

Color Harmonies of #E073DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073DD

Black with #E073DD

Text Example


Text Example

White with #E073DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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