Html Css Color HEX #E276DA Orchid

📋 copy color: '#E276DA'

red 226 ◦ green 118 ◦ blue 218

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

Shades of Orchid #E276DA

Tints of Orchid #E276DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 40.21%
G = 21%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E276DA (or 0xE276DA) is known color: Orchid. HEX triplet: E2, 76 and DA. RGB value is (226,118,218). Sum of RGB (Red+Green+Blue) = 226+118+218=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E276DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276DA is #1D8925. Grayscale: #A1A1A1. Windows color (decimal): -1935654 or 14317282. OLE color: 14317282.

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

Color convert

RGB 226 118 218 -
CMYK 0 0.48 0.04 0.11
HSL 304.44º 0.65% 0.67% -
HSV(B) 304.44º 0.48% 0.89% -
XYZ 50.5 34.19 70.27 -
YUV 161.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 226 118 218 0 0.48 0.04 0.11 304.44 0.65 0.67
Hex E2 76 DA 0 30 4 B 130 41 43
Octal 342 166 332 0 60 4 13 460 101 103
Binary 11100010 1110110 11011010 0 110000 100 1011 100110000 1000001 1000011

Color Harmonies of #E276DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276DA

Black with #E276DA

Text Example


Text Example

White with #E276DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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