Html Css Color HEX #E276CC Orchid

📋 copy color: '#E276CC'

red 226 ◦ green 118 ◦ blue 204

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

Shades of Orchid #E276CC

Tints of Orchid #E276CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 41.24%
G = 21.53%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E276CC (or 0xE276CC) is known color: Orchid. HEX triplet: E2, 76 and CC. RGB value is (226,118,204). Sum of RGB (Red+Green+Blue) = 226+118+204=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E276CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276CC is #1D8933. Grayscale: #9F9F9F. Windows color (decimal): -1935668 or 13399778. OLE color: 13399778.

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

Color convert

RGB 226 118 204 -
CMYK 0 0.48 0.10 0.11
HSL 312.22º 0.65% 0.67% -
HSV(B) 312.22º 0.48% 0.89% -
XYZ 48.74 33.49 61.02 -
YUV 160.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 226 118 204 0 0.48 0.10 0.11 312.22 0.65 0.67
Hex E2 76 CC 0 30 A B 138 41 43
Octal 342 166 314 0 60 12 13 470 101 103
Binary 11100010 1110110 11001100 0 110000 1010 1011 100111000 1000001 1000011

Color Harmonies of #E276CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276CC

Black with #E276CC

Text Example


Text Example

White with #E276CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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