Html Css Color HEX #E170D5 Orchid

📋 copy color: '#E170D5'

red 225 ◦ green 112 ◦ blue 213

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

Shades of Orchid #E170D5

Tints of Orchid #E170D5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.36%

 BLUE value IS 213 (83.59% from 255) = 38.73%

R = 40.91%
G = 20.36%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E170D5 (or 0xE170D5) is known color: Orchid. HEX triplet: E1, 70 and D5. RGB value is (225,112,213). Sum of RGB (Red+Green+Blue) = 225+112+213=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E170D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170D5 is #1E8F2A. Grayscale: #9D9D9D. Windows color (decimal): -2002731 or 13988065. OLE color: 13988065.

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

Color convert

RGB 225 112 213 -
CMYK 0 0.50 0.05 0.12
HSL 306.37º 0.65% 0.66% -
HSV(B) 306.37º 0.5% 0.88% -
XYZ 48.86 32.4 66.63 -
YUV 157.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 225 112 213 0 0.50 0.05 0.12 306.37 0.65 0.66
Hex E1 70 D5 0 32 5 C 132 41 42
Octal 341 160 325 0 62 5 14 462 101 102
Binary 11100001 1110000 11010101 0 110010 101 1100 100110010 1000001 1000010

Color Harmonies of #E170D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170D5

Black with #E170D5

Text Example


Text Example

White with #E170D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170D5; }

 p { color: rgb(225,112,213); }

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

background-color css

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

 a { background-color: rgb(225,112,213); }

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

border-color css

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

 span { border-color: rgb(225,112,213); }

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