Html Css Color HEX #E577D0 Orchid

📋 copy color: '#E577D0'

red 229 ◦ green 119 ◦ blue 208

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

Shades of Orchid #E577D0

Tints of Orchid #E577D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.41%

R = 41.19%
G = 21.4%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E577D0 (or 0xE577D0) is known color: Orchid. HEX triplet: E5, 77 and D0. RGB value is (229,119,208). Sum of RGB (Red+Green+Blue) = 229+119+208=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E577D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577D0 is #1A882F. Grayscale: #A1A1A1. Windows color (decimal): -1738800 or 13662181. OLE color: 13662181.

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

Color convert

RGB 229 119 208 -
CMYK 0 0.48 0.09 0.10
HSL 311.45º 0.68% 0.68% -
HSV(B) 311.45º 0.48% 0.9% -
XYZ 50.3 34.41 63.66 -
YUV 162.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 229 119 208 0 0.48 0.09 0.10 311.45 0.68 0.68
Hex E5 77 D0 0 30 9 A 137 44 44
Octal 345 167 320 0 60 11 12 467 104 104
Binary 11100101 1110111 11010000 0 110000 1001 1010 100110111 1000100 1000100

Color Harmonies of #E577D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577D0

Black with #E577D0

Text Example


Text Example

White with #E577D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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