Html Css Color HEX #E581DA Orchid

📋 copy color: '#E581DA'

red 229 ◦ green 129 ◦ blue 218

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

Shades of Orchid #E581DA

Tints of Orchid #E581DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 39.76%
G = 22.4%
B = 37.85%

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

#E581DA (or 0xE581DA) is known color: Orchid. HEX triplet: E5, 81 and DA. RGB value is (229,129,218). Sum of RGB (Red+Green+Blue) = 229+129+218=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E581DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E581DA is #1A7E25. Grayscale: #A8A8A8. Windows color (decimal): -1736230 or 14320101. OLE color: 14320101.

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

Color convert

RGB 229 129 218 -
CMYK 0 0.44 0.05 0.10
HSL 306.6º 0.66% 0.7% -
HSV(B) 306.6º 0.44% 0.9% -
XYZ 52.82 37.42 70.77 -
YUV 169.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 229 129 218 0 0.44 0.05 0.10 306.6 0.66 0.7
Hex E5 81 DA 0 2C 5 A 133 42 46
Octal 345 201 332 0 54 5 12 463 102 106
Binary 11100101 10000001 11011010 0 101100 101 1010 100110011 1000010 1000110

Color Harmonies of #E581DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E581DA

Black with #E581DA

Text Example


Text Example

White with #E581DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E581DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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