Html Css Color HEX #E581D9 Orchid

📋 copy color: '#E581D9'

red 229 ◦ green 129 ◦ blue 217

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

Shades of Orchid #E581D9

Tints of Orchid #E581D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.74%

R = 39.83%
G = 22.43%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E581D9 (or 0xE581D9) is known color: Orchid. HEX triplet: E5, 81 and D9. RGB value is (229,129,217). Sum of RGB (Red+Green+Blue) = 229+129+217=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E581D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E581D9 is #1A7E26. Grayscale: #A8A8A8. Windows color (decimal): -1736231 or 14254565. OLE color: 14254565.

HSL color Cylindrical-coordinate representation of color #E581D9: hue angle of 307.2º 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 #E581D9 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 129 217 -
CMYK 0 0.44 0.05 0.10
HSL 307.2º 0.66% 0.7% -
HSV(B) 307.2º 0.44% 0.9% -
XYZ 52.69 37.37 70.08 -
YUV 168.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 229 129 217 0 0.44 0.05 0.10 307.2 0.66 0.7
Hex E5 81 D9 0 2C 5 A 133 42 46
Octal 345 201 331 0 54 5 12 463 102 106
Binary 11100101 10000001 11011001 0 101100 101 1010 100110011 1000010 1000110

Color Harmonies of #E581D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E581D9

Black with #E581D9

Text Example


Text Example

White with #E581D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E581D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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