Html Css Color HEX #E276D9 Orchid

📋 copy color: '#E276D9'

red 226 ◦ green 118 ◦ blue 217

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

Shades of Orchid #E276D9

Tints of Orchid #E276D9

RGB

 RED value IS 226 (88.67% from 255) = 40.29%

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

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

R = 40.29%
G = 21.03%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E276D9 (or 0xE276D9) is known color: Orchid. HEX triplet: E2, 76 and D9. RGB value is (226,118,217). Sum of RGB (Red+Green+Blue) = 226+118+217=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E276D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276D9 is #1D8926. Grayscale: #A1A1A1. Windows color (decimal): -1935655 or 14251746. OLE color: 14251746.

HSL color Cylindrical-coordinate representation of color #E276D9: hue angle of 305º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E276D9 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 118 217 -
CMYK 0 0.48 0.04 0.11
HSL 305º 0.65% 0.67% -
HSV(B) 305º 0.48% 0.89% -
XYZ 50.37 34.14 69.58 -
YUV 161.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 226 118 217 0 0.48 0.04 0.11 305 0.65 0.67
Hex E2 76 D9 0 30 4 B 131 41 43
Octal 342 166 331 0 60 4 13 461 101 103
Binary 11100010 1110110 11011001 0 110000 100 1011 100110001 1000001 1000011

Color Harmonies of #E276D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276D9

Black with #E276D9

Text Example


Text Example

White with #E276D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276D9; }

 p { color: rgb(226,118,217); }

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

background-color css

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

 a { background-color: rgb(226,118,217); }

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

border-color css

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

 span { border-color: rgb(226,118,217); }

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