Html Css Color HEX #E271F1 Heliotrope

📋 copy color: '#E271F1'

red 226 ◦ green 113 ◦ blue 241

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

Shades of Heliotrope #E271F1

Tints of Heliotrope #E271F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.55%

R = 38.97%
G = 19.48%
B = 41.55%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E271F1 (or 0xE271F1) is known color: Heliotrope. HEX triplet: E2, 71 and F1. RGB value is (226,113,241). Sum of RGB (Red+Green+Blue) = 226+113+241=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #E271F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E271F1 is #1D8E0E. Grayscale: #A0A0A0. Windows color (decimal): -1936911 or 15823330. OLE color: 15823330.

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

Color convert

RGB 226 113 241 -
CMYK 0.06 0.53 0 0.05
HSL 292.97º 0.82% 0.69% -
HSV(B) 292.97º 0.53% 0.95% -
XYZ 53.15 34.33 87.04 -
YUV 161.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 226 113 241 0.06 0.53 0 0.05 292.97 0.82 0.69
Hex E2 71 F1 6 35 0 5 125 52 45
Octal 342 161 361 6 65 0 5 445 122 105
Binary 11100010 1110001 11110001 110 110101 0 101 100100101 1010010 1000101

Color Harmonies of #E271F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271F1

Black with #E271F1

Text Example


Text Example

White with #E271F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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