Html Css Color HEX #E172D5 Orchid

📋 copy color: '#E172D5'

red 225 ◦ green 114 ◦ blue 213

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

Shades of Orchid #E172D5

Tints of Orchid #E172D5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.65%

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

R = 40.76%
G = 20.65%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E172D5 (or 0xE172D5) is known color: Orchid. HEX triplet: E1, 72 and D5. RGB value is (225,114,213). Sum of RGB (Red+Green+Blue) = 225+114+213=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E172D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172D5 is #1E8D2A. Grayscale: #9E9E9E. Windows color (decimal): -2002219 or 13988577. OLE color: 13988577.

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

Color convert

RGB 225 114 213 -
CMYK 0 0.49 0.05 0.12
HSL 306.49º 0.65% 0.66% -
HSV(B) 306.49º 0.49% 0.88% -
XYZ 49.08 32.85 66.7 -
YUV 158.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 225 114 213 0 0.49 0.05 0.12 306.49 0.65 0.66
Hex E1 72 D5 0 31 5 C 132 41 42
Octal 341 162 325 0 61 5 14 462 101 102
Binary 11100001 1110010 11010101 0 110001 101 1100 100110010 1000001 1000010

Color Harmonies of #E172D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172D5

Black with #E172D5

Text Example


Text Example

White with #E172D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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