Html Css Color HEX #E286DA Orchid

📋 copy color: '#E286DA'

red 226 ◦ green 134 ◦ blue 218

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

Shades of Orchid #E286DA

Tints of Orchid #E286DA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.18%

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

R = 39.1%
G = 23.18%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E286DA (or 0xE286DA) is known color: Orchid. HEX triplet: E2, 86 and DA. RGB value is (226,134,218). Sum of RGB (Red+Green+Blue) = 226+134+218=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E286DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E286DA is #1D7925. Grayscale: #AAAAAA. Windows color (decimal): -1931558 or 14321378. OLE color: 14321378.

HSL color Cylindrical-coordinate representation of color #E286DA: hue angle of 305.22º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E286DA is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 134 218 -
CMYK 0 0.41 0.04 0.11
HSL 305.22º 0.61% 0.71% -
HSV(B) 305.22º 0.41% 0.89% -
XYZ 52.54 38.28 70.95 -
YUV 171.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 226 134 218 0 0.41 0.04 0.11 305.22 0.61 0.71
Hex E2 86 DA 0 29 4 B 131 3D 47
Octal 342 206 332 0 51 4 13 461 75 107
Binary 11100010 10000110 11011010 0 101001 100 1011 100110001 111101 1000111

Color Harmonies of #E286DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E286DA

Black with #E286DA

Text Example


Text Example

White with #E286DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E286DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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