Html Css Color HEX #E577DD Orchid

📋 copy color: '#E577DD'

red 229 ◦ green 119 ◦ blue 221

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

Shades of Orchid #E577DD

Tints of Orchid #E577DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 40.25%
G = 20.91%
B = 38.84%

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

#E577DD (or 0xE577DD) is known color: Orchid. HEX triplet: E5, 77 and DD. RGB value is (229,119,221). Sum of RGB (Red+Green+Blue) = 229+119+221=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E577DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577DD is #1A8822. Grayscale: #A3A3A3. Windows color (decimal): -1738787 or 14514149. OLE color: 14514149.

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

Color convert

RGB 229 119 221 -
CMYK 0 0.48 0.03 0.10
HSL 304.36º 0.68% 0.68% -
HSV(B) 304.36º 0.48% 0.9% -
XYZ 51.96 35.07 72.44 -
YUV 163.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 229 119 221 0 0.48 0.03 0.10 304.36 0.68 0.68
Hex E5 77 DD 0 30 3 A 130 44 44
Octal 345 167 335 0 60 3 12 460 104 104
Binary 11100101 1110111 11011101 0 110000 11 1010 100110000 1000100 1000100

Color Harmonies of #E577DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577DD

Black with #E577DD

Text Example


Text Example

White with #E577DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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