Html Css Color HEX #E082DB Orchid

📋 copy color: '#E082DB'

red 224 ◦ green 130 ◦ blue 219

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

Shades of Orchid #E082DB

Tints of Orchid #E082DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.69%

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

R = 39.09%
G = 22.69%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E082DB (or 0xE082DB) is known color: Orchid. HEX triplet: E0, 82 and DB. RGB value is (224,130,219). Sum of RGB (Red+Green+Blue) = 224+130+219=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E082DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082DB is #1F7D24. Grayscale: #A7A7A7. Windows color (decimal): -2063653 or 14385888. OLE color: 14385888.

HSL color Cylindrical-coordinate representation of color #E082DB: hue angle of 303.19º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E082DB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 219 -
CMYK 0 0.42 0.02 0.12
HSL 303.19º 0.6% 0.69% -
HSV(B) 303.19º 0.42% 0.88% -
XYZ 51.51 36.93 71.43 -
YUV 168.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 224 130 219 0 0.42 0.02 0.12 303.19 0.6 0.69
Hex E0 82 DB 0 2A 2 C 12F 3C 45
Octal 340 202 333 0 52 2 14 457 74 105
Binary 11100000 10000010 11011011 0 101010 10 1100 100101111 111100 1000101

Color Harmonies of #E082DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082DB

Black with #E082DB

Text Example


Text Example

White with #E082DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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