Html Css Color HEX #E171E3 Orchid

📋 copy color: '#E171E3'

red 225 ◦ green 113 ◦ blue 227

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

Shades of Orchid #E171E3

Tints of Orchid #E171E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.18%

R = 39.82%
G = 20%
B = 40.18%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E171E3 (or 0xE171E3) is known color: Orchid. HEX triplet: E1, 71 and E3. RGB value is (225,113,227). Sum of RGB (Red+Green+Blue) = 225+113+227=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #E171E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171E3 is #1E8E1C. Grayscale: #9F9F9F. Windows color (decimal): -2002461 or 14905825. OLE color: 14905825.

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

Color convert

RGB 225 113 227 -
CMYK 0.01 0.50 0 0.11
HSL 298.95º 0.67% 0.67% -
HSV(B) 298.95º 0.5% 0.89% -
XYZ 50.82 33.36 76.43 -
YUV 159.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 225 113 227 0.01 0.50 0 0.11 298.95 0.67 0.67
Hex E1 71 E3 1 32 0 B 12B 43 43
Octal 341 161 343 1 62 0 13 453 103 103
Binary 11100001 1110001 11100011 1 110010 0 1011 100101011 1000011 1000011

Color Harmonies of #E171E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171E3

Black with #E171E3

Text Example


Text Example

White with #E171E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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