Html Css Color HEX #E573DD Orchid

📋 copy color: '#E573DD'

red 229 ◦ green 115 ◦ blue 221

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

Shades of Orchid #E573DD

Tints of Orchid #E573DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 40.53%
G = 20.35%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E573DD (or 0xE573DD) is known color: Orchid. HEX triplet: E5, 73 and DD. RGB value is (229,115,221). Sum of RGB (Red+Green+Blue) = 229+115+221=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E573DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573DD is #1A8C22. Grayscale: #A0A0A0. Windows color (decimal): -1739811 or 14513125. OLE color: 14513125.

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

Color convert

RGB 229 115 221 -
CMYK 0 0.50 0.03 0.10
HSL 304.21º 0.69% 0.67% -
HSV(B) 304.21º 0.5% 0.9% -
XYZ 51.49 34.14 72.28 -
YUV 161.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 229 115 221 0 0.50 0.03 0.10 304.21 0.69 0.67
Hex E5 73 DD 0 32 3 A 130 45 43
Octal 345 163 335 0 62 3 12 460 105 103
Binary 11100101 1110011 11011101 0 110010 11 1010 100110000 1000101 1000011

Color Harmonies of #E573DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573DD

Black with #E573DD

Text Example


Text Example

White with #E573DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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