Html Css Color HEX #E579CC Orchid

📋 copy color: '#E579CC'

red 229 ◦ green 121 ◦ blue 204

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

Shades of Orchid #E579CC

Tints of Orchid #E579CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 41.34%
G = 21.84%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E579CC (or 0xE579CC) is known color: Orchid. HEX triplet: E5, 79 and CC. RGB value is (229,121,204). Sum of RGB (Red+Green+Blue) = 229+121+204=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E579CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579CC is #1A8633. Grayscale: #A2A2A2. Windows color (decimal): -1738292 or 13400549. OLE color: 13400549.

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

Color convert

RGB 229 121 204 -
CMYK 0 0.47 0.11 0.10
HSL 313.89º 0.68% 0.69% -
HSV(B) 313.89º 0.47% 0.9% -
XYZ 50.05 34.69 61.19 -
YUV 162.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 229 121 204 0 0.47 0.11 0.10 313.89 0.68 0.69
Hex E5 79 CC 0 2F B A 13A 44 45
Octal 345 171 314 0 57 13 12 472 104 105
Binary 11100101 1111001 11001100 0 101111 1011 1010 100111010 1000100 1000101

Color Harmonies of #E579CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E579CC

Black with #E579CC

Text Example


Text Example

White with #E579CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E579CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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