Html Css Color HEX #E576D1 Orchid

📋 copy color: '#E576D1'

red 229 ◦ green 118 ◦ blue 209

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

Shades of Orchid #E576D1

Tints of Orchid #E576D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.59%

R = 41.19%
G = 21.22%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E576D1 (or 0xE576D1) is known color: Orchid. HEX triplet: E5, 76 and D1. RGB value is (229,118,209). Sum of RGB (Red+Green+Blue) = 229+118+209=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E576D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576D1 is #1A892E. Grayscale: #A1A1A1. Windows color (decimal): -1739055 or 13727461. OLE color: 13727461.

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

Color convert

RGB 229 118 209 -
CMYK 0 0.48 0.09 0.10
HSL 310.81º 0.68% 0.68% -
HSV(B) 310.81º 0.48% 0.9% -
XYZ 50.3 34.22 64.28 -
YUV 161.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 229 118 209 0 0.48 0.09 0.10 310.81 0.68 0.68
Hex E5 76 D1 0 30 9 A 137 44 44
Octal 345 166 321 0 60 11 12 467 104 104
Binary 11100101 1110110 11010001 0 110000 1001 1010 100110111 1000100 1000100

Color Harmonies of #E576D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E576D1

Black with #E576D1

Text Example


Text Example

White with #E576D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E576D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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