Html Css Color HEX #E571DA Orchid

📋 copy color: '#E571DA'

red 229 ◦ green 113 ◦ blue 218

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

Shades of Orchid #E571DA

Tints of Orchid #E571DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.18%

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

R = 40.89%
G = 20.18%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E571DA (or 0xE571DA) is known color: Orchid. HEX triplet: E5, 71 and DA. RGB value is (229,113,218). Sum of RGB (Red+Green+Blue) = 229+113+218=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E571DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571DA is #1A8E25. Grayscale: #9F9F9F. Windows color (decimal): -1740326 or 14316005. OLE color: 14316005.

HSL color Cylindrical-coordinate representation of color #E571DA: hue angle of 305.69º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E571DA is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 113 218 -
CMYK 0 0.51 0.05 0.10
HSL 305.69º 0.69% 0.67% -
HSV(B) 305.69º 0.51% 0.9% -
XYZ 50.87 33.53 70.12 -
YUV 159.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 229 113 218 0 0.51 0.05 0.10 305.69 0.69 0.67
Hex E5 71 DA 0 33 5 A 132 45 43
Octal 345 161 332 0 63 5 12 462 105 103
Binary 11100101 1110001 11011010 0 110011 101 1010 100110010 1000101 1000011

Color Harmonies of #E571DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E571DA

Black with #E571DA

Text Example


Text Example

White with #E571DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E571DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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