Html Css Color HEX #E473E1 Orchid

📋 copy color: '#E473E1'

red 228 ◦ green 115 ◦ blue 225

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

Shades of Orchid #E473E1

Tints of Orchid #E473E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.61%

R = 40.14%
G = 20.25%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E473E1 (or 0xE473E1) is known color: Orchid. HEX triplet: E4, 73 and E1. RGB value is (228,115,225). Sum of RGB (Red+Green+Blue) = 228+115+225=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E473E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473E1 is #1B8C1E. Grayscale: #A1A1A1. Windows color (decimal): -1805343 or 14775268. OLE color: 14775268.

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

Color convert

RGB 228 115 225 -
CMYK 0 0.50 0.01 0.11
HSL 301.59º 0.68% 0.67% -
HSV(B) 301.59º 0.5% 0.89% -
XYZ 51.72 34.19 75.11 -
YUV 161.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 228 115 225 0 0.50 0.01 0.11 301.59 0.68 0.67
Hex E4 73 E1 0 32 1 B 12E 44 43
Octal 344 163 341 0 62 1 13 456 104 103
Binary 11100100 1110011 11100001 0 110010 1 1011 100101110 1000100 1000011

Color Harmonies of #E473E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E473E1

Black with #E473E1

Text Example


Text Example

White with #E473E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E473E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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