Html Css Color HEX #E180DA Orchid

📋 copy color: '#E180DA'

red 225 ◦ green 128 ◦ blue 218

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

Shades of Orchid #E180DA

Tints of Orchid #E180DA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.42%

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 39.4%
G = 22.42%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E180DA (or 0xE180DA) is known color: Orchid. HEX triplet: E1, 80 and DA. RGB value is (225,128,218). Sum of RGB (Red+Green+Blue) = 225+128+218=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E180DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180DA is #1E7F25. Grayscale: #A6A6A6. Windows color (decimal): -1998630 or 14319841. OLE color: 14319841.

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

Color convert

RGB 225 128 218 -
CMYK 0 0.43 0.03 0.12
HSL 304.33º 0.62% 0.69% -
HSV(B) 304.33º 0.43% 0.88% -
XYZ 51.43 36.51 70.67 -
YUV 167.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 225 128 218 0 0.43 0.03 0.12 304.33 0.62 0.69
Hex E1 80 DA 0 2B 3 C 130 3E 45
Octal 341 200 332 0 53 3 14 460 76 105
Binary 11100001 10000000 11011010 0 101011 11 1100 100110000 111110 1000101

Color Harmonies of #E180DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E180DA

Black with #E180DA

Text Example


Text Example

White with #E180DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E180DA; }

 p { color: rgb(225,128,218); }

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

background-color css

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

 a { background-color: rgb(225,128,218); }

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

border-color css

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

 span { border-color: rgb(225,128,218); }

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