Html Css Color HEX #E577D6 Orchid

📋 copy color: '#E577D6'

red 229 ◦ green 119 ◦ blue 214

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

Shades of Orchid #E577D6

Tints of Orchid #E577D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 40.75%
G = 21.17%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E577D6 (or 0xE577D6) is known color: Orchid. HEX triplet: E5, 77 and D6. RGB value is (229,119,214). Sum of RGB (Red+Green+Blue) = 229+119+214=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E577D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577D6 is #1A8829. Grayscale: #A2A2A2. Windows color (decimal): -1738794 or 14055397. OLE color: 14055397.

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

Color convert

RGB 229 119 214 -
CMYK 0 0.48 0.07 0.10
HSL 308.18º 0.68% 0.68% -
HSV(B) 308.18º 0.48% 0.9% -
XYZ 51.05 34.71 67.63 -
YUV 162.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 229 119 214 0 0.48 0.07 0.10 308.18 0.68 0.68
Hex E5 77 D6 0 30 7 A 134 44 44
Octal 345 167 326 0 60 7 12 464 104 104
Binary 11100101 1110111 11010110 0 110000 111 1010 100110100 1000100 1000100

Color Harmonies of #E577D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577D6

Black with #E577D6

Text Example


Text Example

White with #E577D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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