Html Css Color HEX #E573C9 Orchid

📋 copy color: '#E573C9'

red 229 ◦ green 115 ◦ blue 201

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

Shades of Orchid #E573C9

Tints of Orchid #E573C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 42.02%
G = 21.1%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E573C9 (or 0xE573C9) is known color: Orchid. HEX triplet: E5, 73 and C9. RGB value is (229,115,201). Sum of RGB (Red+Green+Blue) = 229+115+201=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E573C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573C9 is #1A8C36. Grayscale: #9E9E9E. Windows color (decimal): -1739831 or 13202405. OLE color: 13202405.

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

Color convert

RGB 229 115 201 -
CMYK 0 0.50 0.12 0.10
HSL 314.74º 0.69% 0.67% -
HSV(B) 314.74º 0.5% 0.9% -
XYZ 48.99 33.14 59.07 -
YUV 158.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 229 115 201 0 0.50 0.12 0.10 314.74 0.69 0.67
Hex E5 73 C9 0 32 C A 13B 45 43
Octal 345 163 311 0 62 14 12 473 105 103
Binary 11100101 1110011 11001001 0 110010 1100 1010 100111011 1000101 1000011

Color Harmonies of #E573C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573C9

Black with #E573C9

Text Example


Text Example

White with #E573C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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