Html Css Color HEX #E577DA Orchid

📋 copy color: '#E577DA'

red 229 ◦ green 119 ◦ blue 218

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

Shades of Orchid #E577DA

Tints of Orchid #E577DA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.02%

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

R = 40.46%
G = 21.02%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E577DA (or 0xE577DA) is known color: Orchid. HEX triplet: E5, 77 and DA. RGB value is (229,119,218). Sum of RGB (Red+Green+Blue) = 229+119+218=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E577DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577DA is #1A8825. Grayscale: #A2A2A2. Windows color (decimal): -1738790 or 14317541. OLE color: 14317541.

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

Color convert

RGB 229 119 218 -
CMYK 0 0.48 0.05 0.10
HSL 306º 0.68% 0.68% -
HSV(B) 306º 0.48% 0.9% -
XYZ 51.56 34.91 70.35 -
YUV 163.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 229 119 218 0 0.48 0.05 0.10 306 0.68 0.68
Hex E5 77 DA 0 30 5 A 132 44 44
Octal 345 167 332 0 60 5 12 462 104 104
Binary 11100101 1110111 11011010 0 110000 101 1010 100110010 1000100 1000100

Color Harmonies of #E577DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577DA

Black with #E577DA

Text Example


Text Example

White with #E577DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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