Html Css Color HEX #E573CA Orchid

📋 copy color: '#E573CA'

red 229 ◦ green 115 ◦ blue 202

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

Shades of Orchid #E573CA

Tints of Orchid #E573CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37%

R = 41.94%
G = 21.06%
B = 37%

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

#E573CA (or 0xE573CA) is known color: Orchid. HEX triplet: E5, 73 and CA. RGB value is (229,115,202). Sum of RGB (Red+Green+Blue) = 229+115+202=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E573CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573CA is #1A8C35. Grayscale: #9E9E9E. Windows color (decimal): -1739830 or 13267941. OLE color: 13267941.

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

Color convert

RGB 229 115 202 -
CMYK 0 0.50 0.12 0.10
HSL 314.21º 0.69% 0.67% -
HSV(B) 314.21º 0.5% 0.9% -
XYZ 49.1 33.18 59.69 -
YUV 159 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 229 115 202 0 0.50 0.12 0.10 314.21 0.69 0.67
Hex E5 73 CA 0 32 C A 13A 45 43
Octal 345 163 312 0 62 14 12 472 105 103
Binary 11100101 1110011 11001010 0 110010 1100 1010 100111010 1000101 1000011

Color Harmonies of #E573CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573CA

Black with #E573CA

Text Example


Text Example

White with #E573CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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