Html Css Color HEX #E477C8 Orchid

📋 copy color: '#E477C8'

red 228 ◦ green 119 ◦ blue 200

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

Shades of Orchid #E477C8

Tints of Orchid #E477C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.56%

R = 41.68%
G = 21.76%
B = 36.56%

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

#E477C8 (or 0xE477C8) is known color: Orchid. HEX triplet: E4, 77 and C8. RGB value is (228,119,200). Sum of RGB (Red+Green+Blue) = 228+119+200=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E477C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477C8 is #1B8837. Grayscale: #A0A0A0. Windows color (decimal): -1804344 or 13137892. OLE color: 13137892.

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

Color convert

RGB 228 119 200 -
CMYK 0 0.48 0.12 0.11
HSL 315.41º 0.67% 0.68% -
HSV(B) 315.41º 0.48% 0.89% -
XYZ 49.02 33.86 58.6 -
YUV 160.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 228 119 200 0 0.48 0.12 0.11 315.41 0.67 0.68
Hex E4 77 C8 0 30 C B 13B 43 44
Octal 344 167 310 0 60 14 13 473 103 104
Binary 11100100 1110111 11001000 0 110000 1100 1011 100111011 1000011 1000100

Color Harmonies of #E477C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477C8

Black with #E477C8

Text Example


Text Example

White with #E477C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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