Html Css Color HEX #E577CC Orchid

📋 copy color: '#E577CC'

red 229 ◦ green 119 ◦ blue 204

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

Shades of Orchid #E577CC

Tints of Orchid #E577CC

RGB

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

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

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

R = 41.49%
G = 21.56%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E577CC (or 0xE577CC) is known color: Orchid. HEX triplet: E5, 77 and CC. RGB value is (229,119,204). Sum of RGB (Red+Green+Blue) = 229+119+204=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E577CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577CC is #1A8833. Grayscale: #A1A1A1. Windows color (decimal): -1738804 or 13400037. OLE color: 13400037.

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

Color convert

RGB 229 119 204 -
CMYK 0 0.48 0.11 0.10
HSL 313.64º 0.68% 0.68% -
HSV(B) 313.64º 0.48% 0.9% -
XYZ 49.81 34.21 61.1 -
YUV 161.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 229 119 204 0 0.48 0.11 0.10 313.64 0.68 0.68
Hex E5 77 CC 0 30 B A 13A 44 44
Octal 345 167 314 0 60 13 12 472 104 104
Binary 11100101 1110111 11001100 0 110000 1011 1010 100111010 1000100 1000100

Color Harmonies of #E577CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577CC

Black with #E577CC

Text Example


Text Example

White with #E577CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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