Html Css Color HEX #E576CA Orchid

📋 copy color: '#E576CA'

red 229 ◦ green 118 ◦ blue 202

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

Shades of Orchid #E576CA

Tints of Orchid #E576CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.49%

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

R = 41.71%
G = 21.49%
B = 36.79%

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

#E576CA (or 0xE576CA) is known color: Orchid. HEX triplet: E5, 76 and CA. RGB value is (229,118,202). Sum of RGB (Red+Green+Blue) = 229+118+202=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E576CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576CA is #1A8935. Grayscale: #A0A0A0. Windows color (decimal): -1739062 or 13268709. OLE color: 13268709.

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

Color convert

RGB 229 118 202 -
CMYK 0 0.48 0.12 0.10
HSL 314.59º 0.68% 0.68% -
HSV(B) 314.59º 0.48% 0.9% -
XYZ 49.45 33.88 59.81 -
YUV 160.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 229 118 202 0 0.48 0.12 0.10 314.59 0.68 0.68
Hex E5 76 CA 0 30 C A 13B 44 44
Octal 345 166 312 0 60 14 12 473 104 104
Binary 11100101 1110110 11001010 0 110000 1100 1010 100111011 1000100 1000100

Color Harmonies of #E576CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E576CA

Black with #E576CA

Text Example


Text Example

White with #E576CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E576CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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