Html Css Color HEX #E577DF Orchid

📋 copy color: '#E577DF'

red 229 ◦ green 119 ◦ blue 223

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

Shades of Orchid #E577DF

Tints of Orchid #E577DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 40.11%
G = 20.84%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E577DF (or 0xE577DF) is known color: Orchid. HEX triplet: E5, 77 and DF. RGB value is (229,119,223). Sum of RGB (Red+Green+Blue) = 229+119+223=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E577DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577DF is #1A8820. Grayscale: #A3A3A3. Windows color (decimal): -1738785 or 14645221. OLE color: 14645221.

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

Color convert

RGB 229 119 223 -
CMYK 0 0.48 0.03 0.10
HSL 303.27º 0.68% 0.68% -
HSV(B) 303.27º 0.48% 0.9% -
XYZ 52.23 35.18 73.85 -
YUV 163.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 229 119 223 0 0.48 0.03 0.10 303.27 0.68 0.68
Hex E5 77 DF 0 30 3 A 12F 44 44
Octal 345 167 337 0 60 3 12 457 104 104
Binary 11100101 1110111 11011111 0 110000 11 1010 100101111 1000100 1000100

Color Harmonies of #E577DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577DF

Black with #E577DF

Text Example


Text Example

White with #E577DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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