Html Css Color HEX #E581DB Orchid

📋 copy color: '#E581DB'

red 229 ◦ green 129 ◦ blue 219

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

Shades of Orchid #E581DB

Tints of Orchid #E581DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.36%

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

R = 39.69%
G = 22.36%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E581DB (or 0xE581DB) is known color: Orchid. HEX triplet: E5, 81 and DB. RGB value is (229,129,219). Sum of RGB (Red+Green+Blue) = 229+129+219=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E581DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E581DB is #1A7E24. Grayscale: #A8A8A8. Windows color (decimal): -1736229 or 14385637. OLE color: 14385637.

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

Color convert

RGB 229 129 219 -
CMYK 0 0.44 0.04 0.10
HSL 306º 0.66% 0.7% -
HSV(B) 306º 0.44% 0.9% -
XYZ 52.95 37.47 71.46 -
YUV 169.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 229 129 219 0 0.44 0.04 0.10 306 0.66 0.7
Hex E5 81 DB 0 2C 4 A 132 42 46
Octal 345 201 333 0 54 4 12 462 102 106
Binary 11100101 10000001 11011011 0 101100 100 1010 100110010 1000010 1000110

Color Harmonies of #E581DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E581DB

Black with #E581DB

Text Example


Text Example

White with #E581DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E581DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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