Html Css Color HEX #E256FD Heliotrope

📋 copy color: '#E256FD'

red 226 ◦ green 86 ◦ blue 253

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

Shades of Heliotrope #E256FD

Tints of Heliotrope #E256FD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.22%

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

R = 40%
G = 15.22%
B = 44.78%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E256FD (or 0xE256FD) is known color: Heliotrope. HEX triplet: E2, 56 and FD. RGB value is (226,86,253). Sum of RGB (Red+Green+Blue) = 226+86+253=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 86 (33.98% from 255 or 15.22% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #E256FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E256FD is #1DA902. Grayscale: #929292. Windows color (decimal): -1943811 or 16602850. OLE color: 16602850.

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

Color convert

RGB 226 86 253 -
CMYK 0.11 0.66 0 0.01
HSL 290.3º 0.98% 0.66% -
HSV(B) 290.3º 0.66% 0.99% -
XYZ 52.42 29.92 95.94 -
YUV 146.9 187.88 184.42 -
System Red Green Blue C M Y K H S L
Decimal 226 86 253 0.11 0.66 0 0.01 290.3 0.98 0.66
Hex E2 56 FD B 42 0 1 122 62 42
Octal 342 126 375 13 102 0 1 442 142 102
Binary 11100010 1010110 11111101 1011 1000010 0 1 100100010 1100010 1000010

Color Harmonies of #E256FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E256FD

Black with #E256FD

Text Example


Text Example

White with #E256FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E256FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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