Html Css Color HEX #E473DE Orchid

📋 copy color: '#E473DE'

red 228 ◦ green 115 ◦ blue 222

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

Shades of Orchid #E473DE

Tints of Orchid #E473DE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.35%

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 40.35%
G = 20.35%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E473DE (or 0xE473DE) is known color: Orchid. HEX triplet: E4, 73 and DE. RGB value is (228,115,222). Sum of RGB (Red+Green+Blue) = 228+115+222=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E473DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473DE is #1B8C21. Grayscale: #A0A0A0. Windows color (decimal): -1805346 or 14578660. OLE color: 14578660.

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

Color convert

RGB 228 115 222 -
CMYK 0 0.50 0.03 0.11
HSL 303.19º 0.68% 0.67% -
HSV(B) 303.19º 0.5% 0.89% -
XYZ 51.31 34.03 72.97 -
YUV 160.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 228 115 222 0 0.50 0.03 0.11 303.19 0.68 0.67
Hex E4 73 DE 0 32 3 B 12F 44 43
Octal 344 163 336 0 62 3 13 457 104 103
Binary 11100100 1110011 11011110 0 110010 11 1011 100101111 1000100 1000011

Color Harmonies of #E473DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E473DE

Black with #E473DE

Text Example


Text Example

White with #E473DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E473DE; }

 p { color: rgb(228,115,222); }

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

background-color css

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

 a { background-color: rgb(228,115,222); }

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

border-color css

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

 span { border-color: rgb(228,115,222); }

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