Html Css Color HEX #E577C9 Orchid

📋 copy color: '#E577C9'

red 229 ◦ green 119 ◦ blue 201

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

Shades of Orchid #E577C9

Tints of Orchid #E577C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 41.71%
G = 21.68%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E577C9 (or 0xE577C9) is known color: Orchid. HEX triplet: E5, 77 and C9. RGB value is (229,119,201). Sum of RGB (Red+Green+Blue) = 229+119+201=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E577C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577C9 is #1A8836. Grayscale: #A1A1A1. Windows color (decimal): -1738807 or 13203429. OLE color: 13203429.

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

Color convert

RGB 229 119 201 -
CMYK 0 0.48 0.12 0.10
HSL 315.27º 0.68% 0.68% -
HSV(B) 315.27º 0.48% 0.9% -
XYZ 49.45 34.07 59.23 -
YUV 161.24 150.44 176.33 -
System Red Green Blue C M Y K H S L
Decimal 229 119 201 0 0.48 0.12 0.10 315.27 0.68 0.68
Hex E5 77 C9 0 30 C A 13B 44 44
Octal 345 167 311 0 60 14 12 473 104 104
Binary 11100101 1110111 11001001 0 110000 1100 1010 100111011 1000100 1000100

Color Harmonies of #E577C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577C9

Black with #E577C9

Text Example


Text Example

White with #E577C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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