Html Css Color HEX #E473DD Orchid

📋 copy color: '#E473DD'

red 228 ◦ green 115 ◦ blue 221

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

Shades of Orchid #E473DD

Tints of Orchid #E473DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 40.43%
G = 20.39%
B = 39.18%

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

#E473DD (or 0xE473DD) is known color: Orchid. HEX triplet: E4, 73 and DD. RGB value is (228,115,221). Sum of RGB (Red+Green+Blue) = 228+115+221=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E473DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473DD is #1B8C22. Grayscale: #A0A0A0. Windows color (decimal): -1805347 or 14513124. OLE color: 14513124.

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

Color convert

RGB 228 115 221 -
CMYK 0 0.50 0.03 0.11
HSL 303.72º 0.68% 0.67% -
HSV(B) 303.72º 0.5% 0.89% -
XYZ 51.18 33.98 72.27 -
YUV 160.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 228 115 221 0 0.50 0.03 0.11 303.72 0.68 0.67
Hex E4 73 DD 0 32 3 B 130 44 43
Octal 344 163 335 0 62 3 13 460 104 103
Binary 11100100 1110011 11011101 0 110010 11 1011 100110000 1000100 1000011

Color Harmonies of #E473DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E473DD

Black with #E473DD

Text Example


Text Example

White with #E473DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E473DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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