Html Css Color HEX #E578D2 Orchid

📋 copy color: '#E578D2'

red 229 ◦ green 120 ◦ blue 210

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

Shades of Orchid #E578D2

Tints of Orchid #E578D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.57%

R = 40.97%
G = 21.47%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E578D2 (or 0xE578D2) is known color: Orchid. HEX triplet: E5, 78 and D2. RGB value is (229,120,210). Sum of RGB (Red+Green+Blue) = 229+120+210=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E578D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578D2 is #1A872D. Grayscale: #A2A2A2. Windows color (decimal): -1738542 or 13793509. OLE color: 13793509.

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

Color convert

RGB 229 120 210 -
CMYK 0 0.48 0.08 0.10
HSL 310.46º 0.68% 0.68% -
HSV(B) 310.46º 0.48% 0.9% -
XYZ 50.66 34.74 65.01 -
YUV 162.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 229 120 210 0 0.48 0.08 0.10 310.46 0.68 0.68
Hex E5 78 D2 0 30 8 A 136 44 44
Octal 345 170 322 0 60 10 12 466 104 104
Binary 11100101 1111000 11010010 0 110000 1000 1010 100110110 1000100 1000100

Color Harmonies of #E578D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E578D2

Black with #E578D2

Text Example


Text Example

White with #E578D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E578D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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