Html Css Color HEX #E473DA Orchid

📋 copy color: '#E473DA'

red 228 ◦ green 115 ◦ blue 218

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

Shades of Orchid #E473DA

Tints of Orchid #E473DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 40.64%
G = 20.5%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E473DA (or 0xE473DA) is known color: Orchid. HEX triplet: E4, 73 and DA. RGB value is (228,115,218). Sum of RGB (Red+Green+Blue) = 228+115+218=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E473DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473DA is #1B8C25. Grayscale: #A0A0A0. Windows color (decimal): -1805350 or 14316516. OLE color: 14316516.

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

Color convert

RGB 228 115 218 -
CMYK 0 0.50 0.04 0.11
HSL 305.31º 0.68% 0.67% -
HSV(B) 305.31º 0.5% 0.89% -
XYZ 50.78 33.82 70.18 -
YUV 160.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 228 115 218 0 0.50 0.04 0.11 305.31 0.68 0.67
Hex E4 73 DA 0 32 4 B 131 44 43
Octal 344 163 332 0 62 4 13 461 104 103
Binary 11100100 1110011 11011010 0 110010 100 1011 100110001 1000100 1000011

Color Harmonies of #E473DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E473DA

Black with #E473DA

Text Example


Text Example

White with #E473DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E473DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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