Html Css Color HEX #E276C7 Orchid

📋 copy color: '#E276C7'

red 226 ◦ green 118 ◦ blue 199

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

Shades of Orchid #E276C7

Tints of Orchid #E276C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.65%

R = 41.62%
G = 21.73%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E276C7 (or 0xE276C7) is known color: Orchid. HEX triplet: E2, 76 and C7. RGB value is (226,118,199). Sum of RGB (Red+Green+Blue) = 226+118+199=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E276C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276C7 is #1D8938. Grayscale: #9F9F9F. Windows color (decimal): -1935673 or 13072098. OLE color: 13072098.

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

Color convert

RGB 226 118 199 -
CMYK 0 0.48 0.12 0.11
HSL 315º 0.65% 0.67% -
HSV(B) 315º 0.48% 0.89% -
XYZ 48.15 33.25 57.91 -
YUV 159.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 226 118 199 0 0.48 0.12 0.11 315 0.65 0.67
Hex E2 76 C7 0 30 C B 13B 41 43
Octal 342 166 307 0 60 14 13 473 101 103
Binary 11100010 1110110 11000111 0 110000 1100 1011 100111011 1000001 1000011

Color Harmonies of #E276C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276C7

Black with #E276C7

Text Example


Text Example

White with #E276C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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