Html Css Color HEX #E582DB Orchid

📋 copy color: '#E582DB'

red 229 ◦ green 130 ◦ blue 219

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

Shades of Orchid #E582DB

Tints of Orchid #E582DB

RGB

 RED value IS 229 (89.84% from 255) = 39.62%

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

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

R = 39.62%
G = 22.49%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E582DB (or 0xE582DB) is known color: Orchid. HEX triplet: E5, 82 and DB. RGB value is (229,130,219). Sum of RGB (Red+Green+Blue) = 229+130+219=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E582DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582DB is #1A7D24. Grayscale: #A9A9A9. Windows color (decimal): -1735973 or 14385893. OLE color: 14385893.

HSL color Cylindrical-coordinate representation of color #E582DB: hue angle of 306.06º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E582DB is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 130 219 -
CMYK 0 0.43 0.04 0.10
HSL 306.06º 0.66% 0.7% -
HSV(B) 306.06º 0.43% 0.9% -
XYZ 53.08 37.74 71.5 -
YUV 169.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 229 130 219 0 0.43 0.04 0.10 306.06 0.66 0.7
Hex E5 82 DB 0 2B 4 A 132 42 46
Octal 345 202 333 0 53 4 12 462 102 106
Binary 11100101 10000010 11011011 0 101011 100 1010 100110010 1000010 1000110

Color Harmonies of #E582DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582DB

Black with #E582DB

Text Example


Text Example

White with #E582DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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