Html Css Color HEX #E576DD Orchid

📋 copy color: '#E576DD'

red 229 ◦ green 118 ◦ blue 221

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

Shades of Orchid #E576DD

Tints of Orchid #E576DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.77%

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

R = 40.32%
G = 20.77%
B = 38.91%

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

#E576DD (or 0xE576DD) is known color: Orchid. HEX triplet: E5, 76 and DD. RGB value is (229,118,221). Sum of RGB (Red+Green+Blue) = 229+118+221=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E576DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576DD is #1A8922. Grayscale: #A2A2A2. Windows color (decimal): -1739043 or 14513893. OLE color: 14513893.

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

Color convert

RGB 229 118 221 -
CMYK 0 0.48 0.03 0.10
HSL 304.32º 0.68% 0.68% -
HSV(B) 304.32º 0.48% 0.9% -
XYZ 51.84 34.84 72.4 -
YUV 162.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 229 118 221 0 0.48 0.03 0.10 304.32 0.68 0.68
Hex E5 76 DD 0 30 3 A 130 44 44
Octal 345 166 335 0 60 3 12 460 104 104
Binary 11100101 1110110 11011101 0 110000 11 1010 100110000 1000100 1000100

Color Harmonies of #E576DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E576DD

Black with #E576DD

Text Example


Text Example

White with #E576DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E576DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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