Html Css Color HEX #E476D9 Orchid

📋 copy color: '#E476D9'

red 228 ◦ green 118 ◦ blue 217

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

Shades of Orchid #E476D9

Tints of Orchid #E476D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 40.5%
G = 20.96%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E476D9 (or 0xE476D9) is known color: Orchid. HEX triplet: E4, 76 and D9. RGB value is (228,118,217). Sum of RGB (Red+Green+Blue) = 228+118+217=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E476D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476D9 is #1B8926. Grayscale: #A1A1A1. Windows color (decimal): -1804583 or 14251748. OLE color: 14251748.

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

Color convert

RGB 228 118 217 -
CMYK 0 0.48 0.05 0.11
HSL 306º 0.67% 0.68% -
HSV(B) 306º 0.48% 0.89% -
XYZ 51 34.46 69.61 -
YUV 162.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 228 118 217 0 0.48 0.05 0.11 306 0.67 0.68
Hex E4 76 D9 0 30 5 B 132 43 44
Octal 344 166 331 0 60 5 13 462 103 104
Binary 11100100 1110110 11011001 0 110000 101 1011 100110010 1000011 1000100

Color Harmonies of #E476D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E476D9

Black with #E476D9

Text Example


Text Example

White with #E476D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E476D9; }

 p { color: rgb(228,118,217); }

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

background-color css

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

 a { background-color: rgb(228,118,217); }

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

border-color css

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

 span { border-color: rgb(228,118,217); }

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