Html Css Color HEX #E172C9 Orchid

📋 copy color: '#E172C9'

red 225 ◦ green 114 ◦ blue 201

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

Shades of Orchid #E172C9

Tints of Orchid #E172C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.22%

R = 41.67%
G = 21.11%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E172C9 (or 0xE172C9) is known color: Orchid. HEX triplet: E1, 72 and C9. RGB value is (225,114,201). Sum of RGB (Red+Green+Blue) = 225+114+201=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E172C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172C9 is #1E8D36. Grayscale: #9C9C9C. Windows color (decimal): -2002231 or 13202145. OLE color: 13202145.

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

Color convert

RGB 225 114 201 -
CMYK 0 0.49 0.11 0.12
HSL 312.97º 0.65% 0.66% -
HSV(B) 312.97º 0.49% 0.88% -
XYZ 47.61 32.26 58.98 -
YUV 157.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 225 114 201 0 0.49 0.11 0.12 312.97 0.65 0.66
Hex E1 72 C9 0 31 B C 139 41 42
Octal 341 162 311 0 61 13 14 471 101 102
Binary 11100001 1110010 11001001 0 110001 1011 1100 100111001 1000001 1000010

Color Harmonies of #E172C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172C9

Black with #E172C9

Text Example


Text Example

White with #E172C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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