Html Css Color HEX #E373E5 Orchid

📋 copy color: '#E373E5'

red 227 ◦ green 115 ◦ blue 229

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

Shades of Orchid #E373E5

Tints of Orchid #E373E5

RGB

 RED value IS 227 (89.06% from 255) = 39.75%

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

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

R = 39.75%
G = 20.14%
B = 40.11%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E373E5 (or 0xE373E5) is known color: Orchid. HEX triplet: E3, 73 and E5. RGB value is (227,115,229). Sum of RGB (Red+Green+Blue) = 227+115+229=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #E373E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373E5 is #1C8C1A. Grayscale: #A1A1A1. Windows color (decimal): -1870875 or 15037411. OLE color: 15037411.

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

Color convert

RGB 227 115 229 -
CMYK 0.01 0.50 0 0.10
HSL 298.95º 0.69% 0.67% -
HSV(B) 298.95º 0.5% 0.9% -
XYZ 51.95 34.25 78 -
YUV 161.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 227 115 229 0.01 0.50 0 0.10 298.95 0.69 0.67
Hex E3 73 E5 1 32 0 A 12B 45 43
Octal 343 163 345 1 62 0 12 453 105 103
Binary 11100011 1110011 11100101 1 110010 0 1010 100101011 1000101 1000011

Color Harmonies of #E373E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E373E5

Black with #E373E5

Text Example


Text Example

White with #E373E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E373E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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