Html Css Color HEX #E276DB Orchid

📋 copy color: '#E276DB'

red 226 ◦ green 118 ◦ blue 219

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

Shades of Orchid #E276DB

Tints of Orchid #E276DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 40.14%
G = 20.96%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E276DB (or 0xE276DB) is known color: Orchid. HEX triplet: E2, 76 and DB. RGB value is (226,118,219). Sum of RGB (Red+Green+Blue) = 226+118+219=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E276DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276DB is #1D8924. Grayscale: #A1A1A1. Windows color (decimal): -1935653 or 14382818. OLE color: 14382818.

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

Color convert

RGB 226 118 219 -
CMYK 0 0.48 0.03 0.11
HSL 303.89º 0.65% 0.67% -
HSV(B) 303.89º 0.48% 0.89% -
XYZ 50.63 34.24 70.96 -
YUV 161.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 226 118 219 0 0.48 0.03 0.11 303.89 0.65 0.67
Hex E2 76 DB 0 30 3 B 130 41 43
Octal 342 166 333 0 60 3 13 460 101 103
Binary 11100010 1110110 11011011 0 110000 11 1011 100110000 1000001 1000011

Color Harmonies of #E276DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276DB

Black with #E276DB

Text Example


Text Example

White with #E276DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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