Html Css Color HEX #E582D9 Orchid

📋 copy color: '#E582D9'

red 229 ◦ green 130 ◦ blue 217

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

Shades of Orchid #E582D9

Tints of Orchid #E582D9

RGB

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

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

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

R = 39.76%
G = 22.57%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E582D9 (or 0xE582D9) is known color: Orchid. HEX triplet: E5, 82 and D9. RGB value is (229,130,217). Sum of RGB (Red+Green+Blue) = 229+130+217=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E582D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582D9 is #1A7D26. Grayscale: #A9A9A9. Windows color (decimal): -1735975 or 14254821. OLE color: 14254821.

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

Color convert

RGB 229 130 217 -
CMYK 0 0.43 0.05 0.10
HSL 307.27º 0.66% 0.7% -
HSV(B) 307.27º 0.43% 0.9% -
XYZ 52.82 37.63 70.13 -
YUV 169.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 229 130 217 0 0.43 0.05 0.10 307.27 0.66 0.7
Hex E5 82 D9 0 2B 5 A 133 42 46
Octal 345 202 331 0 53 5 12 463 102 106
Binary 11100101 10000010 11011001 0 101011 101 1010 100110011 1000010 1000110

Color Harmonies of #E582D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582D9

Black with #E582D9

Text Example


Text Example

White with #E582D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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