Html Css Color HEX #E573DA Orchid

📋 copy color: '#E573DA'

red 229 ◦ green 115 ◦ blue 218

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

Shades of Orchid #E573DA

Tints of Orchid #E573DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 40.75%
G = 20.46%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E573DA (or 0xE573DA) is known color: Orchid. HEX triplet: E5, 73 and DA. RGB value is (229,115,218). Sum of RGB (Red+Green+Blue) = 229+115+218=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E573DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573DA is #1A8C25. Grayscale: #A0A0A0. Windows color (decimal): -1739814 or 14316517. OLE color: 14316517.

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

Color convert

RGB 229 115 218 -
CMYK 0 0.50 0.05 0.10
HSL 305.79º 0.69% 0.67% -
HSV(B) 305.79º 0.5% 0.9% -
XYZ 51.1 33.98 70.2 -
YUV 160.83 160.27 176.62 -
System Red Green Blue C M Y K H S L
Decimal 229 115 218 0 0.50 0.05 0.10 305.79 0.69 0.67
Hex E5 73 DA 0 32 5 A 132 45 43
Octal 345 163 332 0 62 5 12 462 105 103
Binary 11100101 1110011 11011010 0 110010 101 1010 100110010 1000101 1000011

Color Harmonies of #E573DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573DA

Black with #E573DA

Text Example


Text Example

White with #E573DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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