Html Css Color HEX #E171D4 Orchid

📋 copy color: '#E171D4'

red 225 ◦ green 113 ◦ blue 212

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

Shades of Orchid #E171D4

Tints of Orchid #E171D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.55%

R = 40.91%
G = 20.55%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E171D4 (or 0xE171D4) is known color: Orchid. HEX triplet: E1, 71 and D4. RGB value is (225,113,212). Sum of RGB (Red+Green+Blue) = 225+113+212=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E171D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171D4 is #1E8E2B. Grayscale: #9D9D9D. Windows color (decimal): -2002476 or 13922785. OLE color: 13922785.

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

Color convert

RGB 225 113 212 -
CMYK 0 0.50 0.06 0.12
HSL 306.96º 0.65% 0.66% -
HSV(B) 306.96º 0.5% 0.88% -
XYZ 48.84 32.57 66 -
YUV 157.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 225 113 212 0 0.50 0.06 0.12 306.96 0.65 0.66
Hex E1 71 D4 0 32 6 C 133 41 42
Octal 341 161 324 0 62 6 14 463 101 102
Binary 11100001 1110001 11010100 0 110010 110 1100 100110011 1000001 1000010

Color Harmonies of #E171D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171D4

Black with #E171D4

Text Example


Text Example

White with #E171D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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