Html Css Color HEX #E182DB Orchid

📋 copy color: '#E182DB'

red 225 ◦ green 130 ◦ blue 219

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

Shades of Orchid #E182DB

Tints of Orchid #E182DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.65%

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

R = 39.2%
G = 22.65%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E182DB (or 0xE182DB) is known color: Orchid. HEX triplet: E1, 82 and DB. RGB value is (225,130,219). Sum of RGB (Red+Green+Blue) = 225+130+219=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E182DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182DB is #1E7D24. Grayscale: #A8A8A8. Windows color (decimal): -1998117 or 14385889. OLE color: 14385889.

HSL color Cylindrical-coordinate representation of color #E182DB: hue angle of 303.79º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182DB is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 219 -
CMYK 0 0.42 0.03 0.12
HSL 303.79º 0.61% 0.7% -
HSV(B) 303.79º 0.42% 0.88% -
XYZ 51.82 37.09 71.45 -
YUV 168.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 225 130 219 0 0.42 0.03 0.12 303.79 0.61 0.7
Hex E1 82 DB 0 2A 3 C 130 3D 46
Octal 341 202 333 0 52 3 14 460 75 106
Binary 11100001 10000010 11011011 0 101010 11 1100 100110000 111101 1000110

Color Harmonies of #E182DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182DB

Black with #E182DB

Text Example


Text Example

White with #E182DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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