Html Css Color HEX #E477C9 Orchid

📋 copy color: '#E477C9'

red 228 ◦ green 119 ◦ blue 201

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

Shades of Orchid #E477C9

Tints of Orchid #E477C9

RGB

 RED value IS 228 (89.45% from 255) = 41.61%

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

 BLUE value IS 201 (78.91% from 255) = 36.68%

R = 41.61%
G = 21.72%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E477C9 (or 0xE477C9) is known color: Orchid. HEX triplet: E4, 77 and C9. RGB value is (228,119,201). Sum of RGB (Red+Green+Blue) = 228+119+201=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E477C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477C9 is #1B8836. Grayscale: #A0A0A0. Windows color (decimal): -1804343 or 13203428. OLE color: 13203428.

HSL color Cylindrical-coordinate representation of color #E477C9: hue angle of 314.86º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E477C9 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 119 201 -
CMYK 0 0.48 0.12 0.11
HSL 314.86º 0.67% 0.68% -
HSV(B) 314.86º 0.48% 0.89% -
XYZ 49.13 33.9 59.21 -
YUV 160.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 228 119 201 0 0.48 0.12 0.11 314.86 0.67 0.68
Hex E4 77 C9 0 30 C B 13B 43 44
Octal 344 167 311 0 60 14 13 473 103 104
Binary 11100100 1110111 11001001 0 110000 1100 1011 100111011 1000011 1000100

Color Harmonies of #E477C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477C9

Black with #E477C9

Text Example


Text Example

White with #E477C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477C9; }

 p { color: rgb(228,119,201); }

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

background-color css

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

 a { background-color: rgb(228,119,201); }

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

border-color css

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

 span { border-color: rgb(228,119,201); }

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