Html Css Color HEX #E473E5 Orchid

📋 copy color: '#E473E5'

red 228 ◦ green 115 ◦ blue 229

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

Shades of Orchid #E473E5

Tints of Orchid #E473E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 39.86%
G = 20.1%
B = 40.03%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E473E5 (or 0xE473E5) is known color: Orchid. HEX triplet: E4, 73 and E5. RGB value is (228,115,229). Sum of RGB (Red+Green+Blue) = 228+115+229=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #E473E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473E5 is #1B8C1A. Grayscale: #A1A1A1. Windows color (decimal): -1805339 or 15037412. OLE color: 15037412.

HSL color Cylindrical-coordinate representation of color #E473E5: hue angle of 299.47º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E473E5 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 228 115 229 -
CMYK 0.00 0.50 0 0.10
HSL 299.47º 0.69% 0.67% -
HSV(B) 299.47º 0.5% 0.9% -
XYZ 52.27 34.41 78.02 -
YUV 161.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 228 115 229 0.00 0.50 0 0.10 299.47 0.69 0.67
Hex E4 73 E5 0 32 0 A 12B 45 43
Octal 344 163 345 0 62 0 12 453 105 103
Binary 11100100 1110011 11100101 0 110010 0 1010 100101011 1000101 1000011

Color Harmonies of #E473E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E473E5

Black with #E473E5

Text Example


Text Example

White with #E473E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E473E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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