Html Css Color HEX #E577CA Orchid

📋 copy color: '#E577CA'

red 229 ◦ green 119 ◦ blue 202

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

Shades of Orchid #E577CA

Tints of Orchid #E577CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.64%

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

R = 41.64%
G = 21.64%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E577CA (or 0xE577CA) is known color: Orchid. HEX triplet: E5, 77 and CA. RGB value is (229,119,202). Sum of RGB (Red+Green+Blue) = 229+119+202=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E577CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577CA is #1A8835. Grayscale: #A1A1A1. Windows color (decimal): -1738806 or 13268965. OLE color: 13268965.

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

Color convert

RGB 229 119 202 -
CMYK 0 0.48 0.12 0.10
HSL 314.73º 0.68% 0.68% -
HSV(B) 314.73º 0.48% 0.9% -
XYZ 49.57 34.12 59.85 -
YUV 161.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 229 119 202 0 0.48 0.12 0.10 314.73 0.68 0.68
Hex E5 77 CA 0 30 C A 13B 44 44
Octal 345 167 312 0 60 14 12 473 104 104
Binary 11100101 1110111 11001010 0 110000 1100 1010 100111011 1000100 1000100

Color Harmonies of #E577CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577CA

Black with #E577CA

Text Example


Text Example

White with #E577CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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