Html Css Color HEX #E573D0 Orchid

📋 copy color: '#E573D0'

red 229 ◦ green 115 ◦ blue 208

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

Shades of Orchid #E573D0

Tints of Orchid #E573D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 41.49%
G = 20.83%
B = 37.68%

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

#E573D0 (or 0xE573D0) is known color: Orchid. HEX triplet: E5, 73 and D0. RGB value is (229,115,208). Sum of RGB (Red+Green+Blue) = 229+115+208=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E573D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573D0 is #1A8C2F. Grayscale: #9F9F9F. Windows color (decimal): -1739824 or 13661157. OLE color: 13661157.

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

Color convert

RGB 229 115 208 -
CMYK 0 0.50 0.09 0.10
HSL 311.05º 0.69% 0.67% -
HSV(B) 311.05º 0.5% 0.9% -
XYZ 49.83 33.47 63.51 -
YUV 159.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 229 115 208 0 0.50 0.09 0.10 311.05 0.69 0.67
Hex E5 73 D0 0 32 9 A 137 45 43
Octal 345 163 320 0 62 11 12 467 105 103
Binary 11100101 1110011 11010000 0 110010 1001 1010 100110111 1000101 1000011

Color Harmonies of #E573D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573D0

Black with #E573D0

Text Example


Text Example

White with #E573D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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