Html Css Color HEX #E071DA Orchid

📋 copy color: '#E071DA'

red 224 ◦ green 113 ◦ blue 218

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

Shades of Orchid #E071DA

Tints of Orchid #E071DA

RGB

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

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

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

R = 40.36%
G = 20.36%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E071DA (or 0xE071DA) is known color: Orchid. HEX triplet: E0, 71 and DA. RGB value is (224,113,218). Sum of RGB (Red+Green+Blue) = 224+113+218=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E071DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071DA is #1F8E25. Grayscale: #9D9D9D. Windows color (decimal): -2068006 or 14316000. OLE color: 14316000.

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

Color convert

RGB 224 113 218 -
CMYK 0 0.50 0.03 0.12
HSL 303.24º 0.64% 0.66% -
HSV(B) 303.24º 0.5% 0.88% -
XYZ 49.3 32.72 70.05 -
YUV 158.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 224 113 218 0 0.50 0.03 0.12 303.24 0.64 0.66
Hex E0 71 DA 0 32 3 C 12F 40 42
Octal 340 161 332 0 62 3 14 457 100 102
Binary 11100000 1110001 11011010 0 110010 11 1100 100101111 1000000 1000010

Color Harmonies of #E071DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071DA

Black with #E071DA

Text Example


Text Example

White with #E071DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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