Html Css Color HEX #E171E0 Orchid

📋 copy color: '#E171E0'

red 225 ◦ green 113 ◦ blue 224

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

Shades of Orchid #E171E0

Tints of Orchid #E171E0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.11%

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

R = 40.04%
G = 20.11%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E171E0 (or 0xE171E0) is known color: Orchid. HEX triplet: E1, 71 and E0. RGB value is (225,113,224). Sum of RGB (Red+Green+Blue) = 225+113+224=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E171E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171E0 is #1E8E1F. Grayscale: #9E9E9E. Windows color (decimal): -2002464 or 14709217. OLE color: 14709217.

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

Color convert

RGB 225 113 224 -
CMYK 0 0.50 0.00 0.12
HSL 300.54º 0.65% 0.66% -
HSV(B) 300.54º 0.5% 0.88% -
XYZ 50.41 33.2 74.27 -
YUV 159.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 225 113 224 0 0.50 0.00 0.12 300.54 0.65 0.66
Hex E1 71 E0 0 32 0 C 12D 41 42
Octal 341 161 340 0 62 0 14 455 101 102
Binary 11100001 1110001 11100000 0 110010 0 1100 100101101 1000001 1000010

Color Harmonies of #E171E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171E0

Black with #E171E0

Text Example


Text Example

White with #E171E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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