Html Css Color HEX #E578DA Orchid

📋 copy color: '#E578DA'

red 229 ◦ green 120 ◦ blue 218

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

Shades of Orchid #E578DA

Tints of Orchid #E578DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.16%

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

R = 40.39%
G = 21.16%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E578DA (or 0xE578DA) is known color: Orchid. HEX triplet: E5, 78 and DA. RGB value is (229,120,218). Sum of RGB (Red+Green+Blue) = 229+120+218=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E578DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578DA is #1A8725. Grayscale: #A3A3A3. Windows color (decimal): -1738534 or 14317797. OLE color: 14317797.

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

Color convert

RGB 229 120 218 -
CMYK 0 0.48 0.05 0.10
HSL 306.06º 0.68% 0.68% -
HSV(B) 306.06º 0.48% 0.9% -
XYZ 51.68 35.15 70.39 -
YUV 163.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 229 120 218 0 0.48 0.05 0.10 306.06 0.68 0.68
Hex E5 78 DA 0 30 5 A 132 44 44
Octal 345 170 332 0 60 5 12 462 104 104
Binary 11100101 1111000 11011010 0 110000 101 1010 100110010 1000100 1000100

Color Harmonies of #E578DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E578DA

Black with #E578DA

Text Example


Text Example

White with #E578DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E578DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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