Html Css Color HEX #E182D9 Orchid

📋 copy color: '#E182D9'

red 225 ◦ green 130 ◦ blue 217

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

Shades of Orchid #E182D9

Tints of Orchid #E182D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.94%

R = 39.34%
G = 22.73%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E182D9 (or 0xE182D9) is known color: Orchid. HEX triplet: E1, 82 and D9. RGB value is (225,130,217). Sum of RGB (Red+Green+Blue) = 225+130+217=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E182D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182D9 is #1E7D26. Grayscale: #A8A8A8. Windows color (decimal): -1998119 or 14254817. OLE color: 14254817.

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

Color convert

RGB 225 130 217 -
CMYK 0 0.42 0.04 0.12
HSL 305.05º 0.61% 0.7% -
HSV(B) 305.05º 0.42% 0.88% -
XYZ 51.56 36.98 70.07 -
YUV 168.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 225 130 217 0 0.42 0.04 0.12 305.05 0.61 0.7
Hex E1 82 D9 0 2A 4 C 131 3D 46
Octal 341 202 331 0 52 4 14 461 75 106
Binary 11100001 10000010 11011001 0 101010 100 1100 100110001 111101 1000110

Color Harmonies of #E182D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182D9

Black with #E182D9

Text Example


Text Example

White with #E182D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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