Html Css Color HEX #E286FD Heliotrope

📋 copy color: '#E286FD'

red 226 ◦ green 134 ◦ blue 253

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

Shades of Heliotrope #E286FD

Tints of Heliotrope #E286FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 36.87%
G = 21.86%
B = 41.27%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E286FD (or 0xE286FD) is known color: Heliotrope. HEX triplet: E2, 86 and FD. RGB value is (226,134,253). Sum of RGB (Red+Green+Blue) = 226+134+253=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 134 (52.73% from 255 or 21.86% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #E286FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E286FD is #1D7902. Grayscale: #AEAEAE. Windows color (decimal): -1931523 or 16615138. OLE color: 16615138.

HSL color Cylindrical-coordinate representation of color #E286FD: hue angle of 286.39º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E286FD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 134 253 -
CMYK 0.11 0.47 0 0.01
HSL 286.39º 0.97% 0.76% -
HSV(B) 286.39º 0.47% 0.99% -
XYZ 57.62 40.31 97.67 -
YUV 175.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 226 134 253 0.11 0.47 0 0.01 286.39 0.97 0.76
Hex E2 86 FD B 2F 0 1 11E 61 4C
Octal 342 206 375 13 57 0 1 436 141 114
Binary 11100010 10000110 11111101 1011 101111 0 1 100011110 1100001 1001100

Color Harmonies of #E286FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E286FD

Black with #E286FD

Text Example


Text Example

White with #E286FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E286FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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