Html Css Color HEX #E577CE Orchid

📋 copy color: '#E577CE'

red 229 ◦ green 119 ◦ blue 206

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

Shades of Orchid #E577CE

Tints of Orchid #E577CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 41.34%
G = 21.48%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E577CE (or 0xE577CE) is known color: Orchid. HEX triplet: E5, 77 and CE. RGB value is (229,119,206). Sum of RGB (Red+Green+Blue) = 229+119+206=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E577CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577CE is #1A8831. Grayscale: #A1A1A1. Windows color (decimal): -1738802 or 13531109. OLE color: 13531109.

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

Color convert

RGB 229 119 206 -
CMYK 0 0.48 0.10 0.10
HSL 312.55º 0.68% 0.68% -
HSV(B) 312.55º 0.48% 0.9% -
XYZ 50.05 34.31 62.38 -
YUV 161.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 229 119 206 0 0.48 0.10 0.10 312.55 0.68 0.68
Hex E5 77 CE 0 30 A A 139 44 44
Octal 345 167 316 0 60 12 12 471 104 104
Binary 11100101 1110111 11001110 0 110000 1010 1010 100111001 1000100 1000100

Color Harmonies of #E577CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577CE

Black with #E577CE

Text Example


Text Example

White with #E577CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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