Html Css Color HEX #E880D1 Orchid

📋 copy color: '#E880D1'

red 232 ◦ green 128 ◦ blue 209

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

Shades of Orchid #E880D1

Tints of Orchid #E880D1

RGB

 RED value IS 232 (91.02% from 255) = 40.77%

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

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 40.77%
G = 22.5%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E880D1 (or 0xE880D1) is known color: Orchid. HEX triplet: E8, 80 and D1. RGB value is (232,128,209). Sum of RGB (Red+Green+Blue) = 232+128+209=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E880D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880D1 is #177F2E. Grayscale: #A8A8A8. Windows color (decimal): -1539887 or 13730024. OLE color: 13730024.

HSL color Cylindrical-coordinate representation of color #E880D1: hue angle of 313.27º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E880D1 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 128 209 -
CMYK 0 0.45 0.10 0.09
HSL 313.27º 0.69% 0.71% -
HSV(B) 313.27º 0.45% 0.91% -
XYZ 52.51 37.2 64.73 -
YUV 168.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 232 128 209 0 0.45 0.10 0.09 313.27 0.69 0.71
Hex E8 80 D1 0 2D A 9 139 45 47
Octal 350 200 321 0 55 12 11 471 105 107
Binary 11101000 10000000 11010001 0 101101 1010 1001 100111001 1000101 1000111

Color Harmonies of #E880D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880D1

Black with #E880D1

Text Example


Text Example

White with #E880D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880D1; }

 p { color: rgb(232,128,209); }

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

background-color css

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

 a { background-color: rgb(232,128,209); }

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

border-color css

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

 span { border-color: rgb(232,128,209); }

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