Html Css Color HEX #E876D8 Orchid

📋 copy color: '#E876D8'

red 232 ◦ green 118 ◦ blue 216

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

Shades of Orchid #E876D8

Tints of Orchid #E876D8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.85%

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 40.99%
G = 20.85%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E876D8 (or 0xE876D8) is known color: Orchid. HEX triplet: E8, 76 and D8. RGB value is (232,118,216). Sum of RGB (Red+Green+Blue) = 232+118+216=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E876D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876D8 is #178927. Grayscale: #A2A2A2. Windows color (decimal): -1542440 or 14186216. OLE color: 14186216.

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

Color convert

RGB 232 118 216 -
CMYK 0 0.49 0.07 0.09
HSL 308.42º 0.71% 0.69% -
HSV(B) 308.42º 0.49% 0.91% -
XYZ 52.15 35.07 68.99 -
YUV 163.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 232 118 216 0 0.49 0.07 0.09 308.42 0.71 0.69
Hex E8 76 D8 0 31 7 9 134 47 45
Octal 350 166 330 0 61 7 11 464 107 105
Binary 11101000 1110110 11011000 0 110001 111 1001 100110100 1000111 1000101

Color Harmonies of #E876D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876D8

Black with #E876D8

Text Example


Text Example

White with #E876D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876D8; }

 p { color: rgb(232,118,216); }

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

background-color css

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

 a { background-color: rgb(232,118,216); }

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

border-color css

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

 span { border-color: rgb(232,118,216); }

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