Html Css Color HEX #E255FA Heliotrope

📋 copy color: '#E255FA'

red 226 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #E255FA

Tints of Heliotrope #E255FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.15%

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 40.29%
G = 15.15%
B = 44.56%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E255FA (or 0xE255FA) is known color: Heliotrope. HEX triplet: E2, 55 and FA. RGB value is (226,85,250). Sum of RGB (Red+Green+Blue) = 226+85+250=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #E255FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255FA is #1DAA05. Grayscale: #919191. Windows color (decimal): -1944070 or 16405986. OLE color: 16405986.

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

Color convert

RGB 226 85 250 -
CMYK 0.10 0.66 0 0.02
HSL 291.27º 0.94% 0.66% -
HSV(B) 291.27º 0.66% 0.98% -
XYZ 51.87 29.57 93.42 -
YUV 145.97 186.71 185.08 -
System Red Green Blue C M Y K H S L
Decimal 226 85 250 0.10 0.66 0 0.02 291.27 0.94 0.66
Hex E2 55 FA A 42 0 2 123 5E 42
Octal 342 125 372 12 102 0 2 443 136 102
Binary 11100010 1010101 11111010 1010 1000010 0 10 100100011 1011110 1000010

Color Harmonies of #E255FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E255FA

Black with #E255FA

Text Example


Text Example

White with #E255FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E255FA; }

 p { color: rgb(226,85,250); }

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

background-color css

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

 a { background-color: rgb(226,85,250); }

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

border-color css

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

 span { border-color: rgb(226,85,250); }

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