Html Css Color HEX #E171C2 Orchid

📋 copy color: '#E171C2'

red 225 ◦ green 113 ◦ blue 194

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

Shades of Orchid #E171C2

Tints of Orchid #E171C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.47%

R = 42.29%
G = 21.24%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E171C2 (or 0xE171C2) is known color: Orchid. HEX triplet: E1, 71 and C2. RGB value is (225,113,194). Sum of RGB (Red+Green+Blue) = 225+113+194=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E171C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171C2 is #1E8E3D. Grayscale: #9B9B9B. Windows color (decimal): -2002494 or 12743137. OLE color: 12743137.

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

Color convert

RGB 225 113 194 -
CMYK 0 0.50 0.14 0.12
HSL 316.61º 0.65% 0.66% -
HSV(B) 316.61º 0.5% 0.88% -
XYZ 46.69 31.71 54.7 -
YUV 155.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 225 113 194 0 0.50 0.14 0.12 316.61 0.65 0.66
Hex E1 71 C2 0 32 E C 13D 41 42
Octal 341 161 302 0 62 16 14 475 101 102
Binary 11100001 1110001 11000010 0 110010 1110 1100 100111101 1000001 1000010

Color Harmonies of #E171C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171C2

Black with #E171C2

Text Example


Text Example

White with #E171C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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