Html Css Color HEX #E276D3 Orchid

📋 copy color: '#E276D3'

red 226 ◦ green 118 ◦ blue 211

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

Shades of Orchid #E276D3

Tints of Orchid #E276D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.02%

R = 40.72%
G = 21.26%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E276D3 (or 0xE276D3) is known color: Orchid. HEX triplet: E2, 76 and D3. RGB value is (226,118,211). Sum of RGB (Red+Green+Blue) = 226+118+211=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E276D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276D3 is #1D892C. Grayscale: #A0A0A0. Windows color (decimal): -1935661 or 13858530. OLE color: 13858530.

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

Color convert

RGB 226 118 211 -
CMYK 0 0.48 0.07 0.11
HSL 308.33º 0.65% 0.67% -
HSV(B) 308.33º 0.48% 0.89% -
XYZ 49.6 33.83 65.54 -
YUV 160.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 226 118 211 0 0.48 0.07 0.11 308.33 0.65 0.67
Hex E2 76 D3 0 30 7 B 134 41 43
Octal 342 166 323 0 60 7 13 464 101 103
Binary 11100010 1110110 11010011 0 110000 111 1011 100110100 1000001 1000011

Color Harmonies of #E276D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276D3

Black with #E276D3

Text Example


Text Example

White with #E276D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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