Html Css Color HEX #E476D0 Orchid

📋 copy color: '#E476D0'

red 228 ◦ green 118 ◦ blue 208

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

Shades of Orchid #E476D0

Tints of Orchid #E476D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.55%

R = 41.16%
G = 21.3%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E476D0 (or 0xE476D0) is known color: Orchid. HEX triplet: E4, 76 and D0. RGB value is (228,118,208). Sum of RGB (Red+Green+Blue) = 228+118+208=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E476D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476D0 is #1B892F. Grayscale: #A0A0A0. Windows color (decimal): -1804592 or 13661924. OLE color: 13661924.

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

Color convert

RGB 228 118 208 -
CMYK 0 0.48 0.09 0.11
HSL 310.91º 0.67% 0.68% -
HSV(B) 310.91º 0.48% 0.89% -
XYZ 49.86 34 63.61 -
YUV 161.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 228 118 208 0 0.48 0.09 0.11 310.91 0.67 0.68
Hex E4 76 D0 0 30 9 B 137 43 44
Octal 344 166 320 0 60 11 13 467 103 104
Binary 11100100 1110110 11010000 0 110000 1001 1011 100110111 1000011 1000100

Color Harmonies of #E476D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E476D0

Black with #E476D0

Text Example


Text Example

White with #E476D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E476D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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