Html Css Color HEX #E474D9 Orchid

📋 copy color: '#E474D9'

red 228 ◦ green 116 ◦ blue 217

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

Shades of Orchid #E474D9

Tints of Orchid #E474D9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.68%

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

R = 40.64%
G = 20.68%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E474D9 (or 0xE474D9) is known color: Orchid. HEX triplet: E4, 74 and D9. RGB value is (228,116,217). Sum of RGB (Red+Green+Blue) = 228+116+217=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E474D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474D9 is #1B8B26. Grayscale: #A0A0A0. Windows color (decimal): -1805095 or 14251236. OLE color: 14251236.

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

Color convert

RGB 228 116 217 -
CMYK 0 0.49 0.05 0.11
HSL 305.89º 0.67% 0.67% -
HSV(B) 305.89º 0.49% 0.89% -
XYZ 50.76 33.99 69.53 -
YUV 161 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 228 116 217 0 0.49 0.05 0.11 305.89 0.67 0.67
Hex E4 74 D9 0 31 5 B 132 43 43
Octal 344 164 331 0 61 5 13 462 103 103
Binary 11100100 1110100 11011001 0 110001 101 1011 100110010 1000011 1000011

Color Harmonies of #E474D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E474D9

Black with #E474D9

Text Example


Text Example

White with #E474D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E474D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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