Html Css Color HEX #E578D5 Orchid

📋 copy color: '#E578D5'

red 229 ◦ green 120 ◦ blue 213

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

Shades of Orchid #E578D5

Tints of Orchid #E578D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.9%

R = 40.75%
G = 21.35%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E578D5 (or 0xE578D5) is known color: Orchid. HEX triplet: E5, 78 and D5. RGB value is (229,120,213). Sum of RGB (Red+Green+Blue) = 229+120+213=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E578D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578D5 is #1A872A. Grayscale: #A2A2A2. Windows color (decimal): -1738539 or 13990117. OLE color: 13990117.

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

Color convert

RGB 229 120 213 -
CMYK 0 0.48 0.07 0.10
HSL 308.81º 0.68% 0.68% -
HSV(B) 308.81º 0.48% 0.9% -
XYZ 51.04 34.9 67 -
YUV 163.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 229 120 213 0 0.48 0.07 0.10 308.81 0.68 0.68
Hex E5 78 D5 0 30 7 A 135 44 44
Octal 345 170 325 0 60 7 12 465 104 104
Binary 11100101 1111000 11010101 0 110000 111 1010 100110101 1000100 1000100

Color Harmonies of #E578D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E578D5

Black with #E578D5

Text Example


Text Example

White with #E578D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E578D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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