Html Css Color HEX #E573DB Orchid

📋 copy color: '#E573DB'

red 229 ◦ green 115 ◦ blue 219

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

Shades of Orchid #E573DB

Tints of Orchid #E573DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 40.67%
G = 20.43%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E573DB (or 0xE573DB) is known color: Orchid. HEX triplet: E5, 73 and DB. RGB value is (229,115,219). Sum of RGB (Red+Green+Blue) = 229+115+219=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E573DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573DB is #1A8C24. Grayscale: #A0A0A0. Windows color (decimal): -1739813 or 14382053. OLE color: 14382053.

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

Color convert

RGB 229 115 219 -
CMYK 0 0.50 0.04 0.10
HSL 305.26º 0.69% 0.67% -
HSV(B) 305.26º 0.5% 0.9% -
XYZ 51.23 34.03 70.89 -
YUV 160.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 229 115 219 0 0.50 0.04 0.10 305.26 0.69 0.67
Hex E5 73 DB 0 32 4 A 131 45 43
Octal 345 163 333 0 62 4 12 461 105 103
Binary 11100101 1110011 11011011 0 110010 100 1010 100110001 1000101 1000011

Color Harmonies of #E573DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573DB

Black with #E573DB

Text Example


Text Example

White with #E573DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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