Html Css Color HEX #E579CE Orchid

📋 copy color: '#E579CE'

red 229 ◦ green 121 ◦ blue 206

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

Shades of Orchid #E579CE

Tints of Orchid #E579CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.76%

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 41.19%
G = 21.76%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E579CE (or 0xE579CE) is known color: Orchid. HEX triplet: E5, 79 and CE. RGB value is (229,121,206). Sum of RGB (Red+Green+Blue) = 229+121+206=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E579CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579CE is #1A8631. Grayscale: #A2A2A2. Windows color (decimal): -1738290 or 13531621. OLE color: 13531621.

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

Color convert

RGB 229 121 206 -
CMYK 0 0.47 0.10 0.10
HSL 312.78º 0.68% 0.69% -
HSV(B) 312.78º 0.47% 0.9% -
XYZ 50.29 34.79 62.46 -
YUV 162.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 229 121 206 0 0.47 0.10 0.10 312.78 0.68 0.69
Hex E5 79 CE 0 2F A A 139 44 45
Octal 345 171 316 0 57 12 12 471 104 105
Binary 11100101 1111001 11001110 0 101111 1010 1010 100111001 1000100 1000101

Color Harmonies of #E579CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E579CE

Black with #E579CE

Text Example


Text Example

White with #E579CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E579CE; }

 p { color: rgb(229,121,206); }

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

background-color css

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

 a { background-color: rgb(229,121,206); }

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

border-color css

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

 span { border-color: rgb(229,121,206); }

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