Html Css Color HEX #E071DB Orchid

📋 copy color: '#E071DB'

red 224 ◦ green 113 ◦ blue 219

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

Shades of Orchid #E071DB

Tints of Orchid #E071DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 40.29%
G = 20.32%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E071DB (or 0xE071DB) is known color: Orchid. HEX triplet: E0, 71 and DB. RGB value is (224,113,219). Sum of RGB (Red+Green+Blue) = 224+113+219=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E071DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071DB is #1F8E24. Grayscale: #9D9D9D. Windows color (decimal): -2068005 or 14381536. OLE color: 14381536.

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

Color convert

RGB 224 113 219 -
CMYK 0 0.50 0.02 0.12
HSL 302.7º 0.64% 0.66% -
HSV(B) 302.7º 0.5% 0.88% -
XYZ 49.43 32.77 70.74 -
YUV 158.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 224 113 219 0 0.50 0.02 0.12 302.7 0.64 0.66
Hex E0 71 DB 0 32 2 C 12F 40 42
Octal 340 161 333 0 62 2 14 457 100 102
Binary 11100000 1110001 11011011 0 110010 10 1100 100101111 1000000 1000010

Color Harmonies of #E071DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071DB

Black with #E071DB

Text Example


Text Example

White with #E071DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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