Html Css Color HEX #E879DB Orchid

📋 copy color: '#E879DB'

red 232 ◦ green 121 ◦ blue 219

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

Shades of Orchid #E879DB

Tints of Orchid #E879DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.15%

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

R = 40.56%
G = 21.15%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E879DB (or 0xE879DB) is known color: Orchid. HEX triplet: E8, 79 and DB. RGB value is (232,121,219). Sum of RGB (Red+Green+Blue) = 232+121+219=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E879DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E879DB is #178624. Grayscale: #A5A5A5. Windows color (decimal): -1541669 or 14383592. OLE color: 14383592.

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

Color convert

RGB 232 121 219 -
CMYK 0 0.48 0.06 0.09
HSL 307.03º 0.71% 0.69% -
HSV(B) 307.03º 0.48% 0.91% -
XYZ 52.9 35.95 71.17 -
YUV 165.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 232 121 219 0 0.48 0.06 0.09 307.03 0.71 0.69
Hex E8 79 DB 0 30 6 9 133 47 45
Octal 350 171 333 0 60 6 11 463 107 105
Binary 11101000 1111001 11011011 0 110000 110 1001 100110011 1000111 1000101

Color Harmonies of #E879DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E879DB

Black with #E879DB

Text Example


Text Example

White with #E879DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E879DB; }

 p { color: rgb(232,121,219); }

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

background-color css

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

 a { background-color: rgb(232,121,219); }

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

border-color css

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

 span { border-color: rgb(232,121,219); }

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