Html Css Color HEX #E271F0 Heliotrope

📋 copy color: '#E271F0'

red 226 ◦ green 113 ◦ blue 240

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

Shades of Heliotrope #E271F0

Tints of Heliotrope #E271F0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.52%

 BLUE value IS 240 (94.14% from 255) = 41.45%

R = 39.03%
G = 19.52%
B = 41.45%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E271F0 (or 0xE271F0) is known color: Heliotrope. HEX triplet: E2, 71 and F0. RGB value is (226,113,240). Sum of RGB (Red+Green+Blue) = 226+113+240=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #E271F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E271F0 is #1D8E0F. Grayscale: #A0A0A0. Windows color (decimal): -1936912 or 15757794. OLE color: 15757794.

HSL color Cylindrical-coordinate representation of color #E271F0: hue angle of 293.39º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E271F0 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 113 240 -
CMYK 0.06 0.53 0 0.06
HSL 293.39º 0.81% 0.69% -
HSV(B) 293.39º 0.53% 0.94% -
XYZ 53 34.27 86.26 -
YUV 161.27 172.44 174.17 -
System Red Green Blue C M Y K H S L
Decimal 226 113 240 0.06 0.53 0 0.06 293.39 0.81 0.69
Hex E2 71 F0 6 35 0 6 125 51 45
Octal 342 161 360 6 65 0 6 445 121 105
Binary 11100010 1110001 11110000 110 110101 0 110 100100101 1010001 1000101

Color Harmonies of #E271F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271F0

Black with #E271F0

Text Example


Text Example

White with #E271F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271F0; }

 p { color: rgb(226,113,240); }

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

background-color css

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

 a { background-color: rgb(226,113,240); }

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

border-color css

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

 span { border-color: rgb(226,113,240); }

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