Html Css Color HEX #E073DA Orchid

📋 copy color: '#E073DA'

red 224 ◦ green 115 ◦ blue 218

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

Shades of Orchid #E073DA

Tints of Orchid #E073DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 40.22%
G = 20.65%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E073DA (or 0xE073DA) is known color: Orchid. HEX triplet: E0, 73 and DA. RGB value is (224,115,218). Sum of RGB (Red+Green+Blue) = 224+115+218=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E073DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073DA is #1F8C25. Grayscale: #9F9F9F. Windows color (decimal): -2067494 or 14316512. OLE color: 14316512.

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

Color convert

RGB 224 115 218 -
CMYK 0 0.49 0.03 0.12
HSL 303.3º 0.64% 0.66% -
HSV(B) 303.3º 0.49% 0.88% -
XYZ 49.53 33.17 70.12 -
YUV 159.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 224 115 218 0 0.49 0.03 0.12 303.3 0.64 0.66
Hex E0 73 DA 0 31 3 C 12F 40 42
Octal 340 163 332 0 61 3 14 457 100 102
Binary 11100000 1110011 11011010 0 110001 11 1100 100101111 1000000 1000010

Color Harmonies of #E073DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073DA

Black with #E073DA

Text Example


Text Example

White with #E073DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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