Html Css Color HEX #E573D1 Orchid

📋 copy color: '#E573D1'

red 229 ◦ green 115 ◦ blue 209

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

Shades of Orchid #E573D1

Tints of Orchid #E573D1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.8%

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

R = 41.41%
G = 20.8%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E573D1 (or 0xE573D1) is known color: Orchid. HEX triplet: E5, 73 and D1. RGB value is (229,115,209). Sum of RGB (Red+Green+Blue) = 229+115+209=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E573D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573D1 is #1A8C2E. Grayscale: #9F9F9F. Windows color (decimal): -1739823 or 13726693. OLE color: 13726693.

HSL color Cylindrical-coordinate representation of color #E573D1: hue angle of 310.53º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E573D1 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 115 209 -
CMYK 0 0.50 0.09 0.10
HSL 310.53º 0.69% 0.67% -
HSV(B) 310.53º 0.5% 0.9% -
XYZ 49.95 33.52 64.16 -
YUV 159.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 229 115 209 0 0.50 0.09 0.10 310.53 0.69 0.67
Hex E5 73 D1 0 32 9 A 137 45 43
Octal 345 163 321 0 62 11 12 467 105 103
Binary 11100101 1110011 11010001 0 110010 1001 1010 100110111 1000101 1000011

Color Harmonies of #E573D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573D1

Black with #E573D1

Text Example


Text Example

White with #E573D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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