Html Css Color HEX #E579CA Orchid

📋 copy color: '#E579CA'

red 229 ◦ green 121 ◦ blue 202

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

Shades of Orchid #E579CA

Tints of Orchid #E579CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.59%

R = 41.49%
G = 21.92%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E579CA (or 0xE579CA) is known color: Orchid. HEX triplet: E5, 79 and CA. RGB value is (229,121,202). Sum of RGB (Red+Green+Blue) = 229+121+202=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E579CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579CA is #1A8635. Grayscale: #A2A2A2. Windows color (decimal): -1738294 or 13269477. OLE color: 13269477.

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

Color convert

RGB 229 121 202 -
CMYK 0 0.47 0.12 0.10
HSL 315º 0.68% 0.69% -
HSV(B) 315º 0.47% 0.9% -
XYZ 49.81 34.6 59.93 -
YUV 162.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 229 121 202 0 0.47 0.12 0.10 315 0.68 0.69
Hex E5 79 CA 0 2F C A 13B 44 45
Octal 345 171 312 0 57 14 12 473 104 105
Binary 11100101 1111001 11001010 0 101111 1100 1010 100111011 1000100 1000101

Color Harmonies of #E579CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E579CA

Black with #E579CA

Text Example


Text Example

White with #E579CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E579CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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