Html Css Color HEX #E172DB Orchid

📋 copy color: '#E172DB'

red 225 ◦ green 114 ◦ blue 219

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

Shades of Orchid #E172DB

Tints of Orchid #E172DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 40.32%
G = 20.43%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E172DB (or 0xE172DB) is known color: Orchid. HEX triplet: E1, 72 and DB. RGB value is (225,114,219). Sum of RGB (Red+Green+Blue) = 225+114+219=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E172DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172DB is #1E8D24. Grayscale: #9E9E9E. Windows color (decimal): -2002213 or 14381793. OLE color: 14381793.

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

Color convert

RGB 225 114 219 -
CMYK 0 0.49 0.03 0.12
HSL 303.24º 0.65% 0.66% -
HSV(B) 303.24º 0.49% 0.88% -
XYZ 49.85 33.16 70.79 -
YUV 159.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 225 114 219 0 0.49 0.03 0.12 303.24 0.65 0.66
Hex E1 72 DB 0 31 3 C 12F 41 42
Octal 341 162 333 0 61 3 14 457 101 102
Binary 11100001 1110010 11011011 0 110001 11 1100 100101111 1000001 1000010

Color Harmonies of #E172DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172DB

Black with #E172DB

Text Example


Text Example

White with #E172DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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