Html Css Color HEX #E276C9 Orchid

📋 copy color: '#E276C9'

red 226 ◦ green 118 ◦ blue 201

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

Shades of Orchid #E276C9

Tints of Orchid #E276C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 41.47%
G = 21.65%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E276C9 (or 0xE276C9) is known color: Orchid. HEX triplet: E2, 76 and C9. RGB value is (226,118,201). Sum of RGB (Red+Green+Blue) = 226+118+201=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E276C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276C9 is #1D8936. Grayscale: #9F9F9F. Windows color (decimal): -1935671 or 13203170. OLE color: 13203170.

HSL color Cylindrical-coordinate representation of color #E276C9: hue angle of 313.89º 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 #E276C9 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 118 201 -
CMYK 0 0.48 0.11 0.11
HSL 313.89º 0.65% 0.67% -
HSV(B) 313.89º 0.48% 0.89% -
XYZ 48.39 33.34 59.14 -
YUV 159.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 226 118 201 0 0.48 0.11 0.11 313.89 0.65 0.67
Hex E2 76 C9 0 30 B B 13A 41 43
Octal 342 166 311 0 60 13 13 472 101 103
Binary 11100010 1110110 11001001 0 110000 1011 1011 100111010 1000001 1000011

Color Harmonies of #E276C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276C9

Black with #E276C9

Text Example


Text Example

White with #E276C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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