Html Css Color HEX #E582DA Orchid

📋 copy color: '#E582DA'

red 229 ◦ green 130 ◦ blue 218

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

Shades of Orchid #E582DA

Tints of Orchid #E582DA

RGB

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

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

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

R = 39.69%
G = 22.53%
B = 37.78%

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

#E582DA (or 0xE582DA) is known color: Orchid. HEX triplet: E5, 82 and DA. RGB value is (229,130,218). Sum of RGB (Red+Green+Blue) = 229+130+218=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E582DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582DA is #1A7D25. Grayscale: #A9A9A9. Windows color (decimal): -1735974 or 14320357. OLE color: 14320357.

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

Color convert

RGB 229 130 218 -
CMYK 0 0.43 0.05 0.10
HSL 306.67º 0.66% 0.7% -
HSV(B) 306.67º 0.43% 0.9% -
XYZ 52.95 37.69 70.81 -
YUV 169.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 229 130 218 0 0.43 0.05 0.10 306.67 0.66 0.7
Hex E5 82 DA 0 2B 5 A 133 42 46
Octal 345 202 332 0 53 5 12 463 102 106
Binary 11100101 10000010 11011010 0 101011 101 1010 100110011 1000010 1000110

Color Harmonies of #E582DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582DA

Black with #E582DA

Text Example


Text Example

White with #E582DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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