Html Css Color HEX #E173E0 Orchid

📋 copy color: '#E173E0'

red 225 ◦ green 115 ◦ blue 224

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

Shades of Orchid #E173E0

Tints of Orchid #E173E0

RGB

 RED value IS 225 (88.28% from 255) = 39.89%

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

 BLUE value IS 224 (87.89% from 255) = 39.72%

R = 39.89%
G = 20.39%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E173E0 (or 0xE173E0) is known color: Orchid. HEX triplet: E1, 73 and E0. RGB value is (225,115,224). Sum of RGB (Red+Green+Blue) = 225+115+224=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E173E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173E0 is #1E8C1F. Grayscale: #9F9F9F. Windows color (decimal): -2001952 or 14709729. OLE color: 14709729.

HSL color Cylindrical-coordinate representation of color #E173E0: hue angle of 300.55º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173E0 is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 115 224 -
CMYK 0 0.49 0.00 0.12
HSL 300.55º 0.65% 0.67% -
HSV(B) 300.55º 0.49% 0.88% -
XYZ 50.64 33.65 74.35 -
YUV 160.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 225 115 224 0 0.49 0.00 0.12 300.55 0.65 0.67
Hex E1 73 E0 0 31 0 C 12D 41 43
Octal 341 163 340 0 61 0 14 455 101 103
Binary 11100001 1110011 11100000 0 110001 0 1100 100101101 1000001 1000011

Color Harmonies of #E173E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173E0

Black with #E173E0

Text Example


Text Example

White with #E173E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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