Html Css Color HEX #E27AF1 Heliotrope

📋 copy color: '#E27AF1'

red 226 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #E27AF1

Tints of Heliotrope #E27AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.71%

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

R = 38.37%
G = 20.71%
B = 40.92%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E27AF1 (or 0xE27AF1) is known color: Heliotrope. HEX triplet: E2, 7A and F1. RGB value is (226,122,241). Sum of RGB (Red+Green+Blue) = 226+122+241=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #E27AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27AF1 is #1D850E. Grayscale: #A6A6A6. Windows color (decimal): -1934607 or 15825634. OLE color: 15825634.

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

Color convert

RGB 226 122 241 -
CMYK 0.06 0.49 0 0.05
HSL 292.44º 0.81% 0.71% -
HSV(B) 292.44º 0.49% 0.95% -
XYZ 54.2 36.44 87.4 -
YUV 166.66 169.96 170.32 -
System Red Green Blue C M Y K H S L
Decimal 226 122 241 0.06 0.49 0 0.05 292.44 0.81 0.71
Hex E2 7A F1 6 31 0 5 124 51 47
Octal 342 172 361 6 61 0 5 444 121 107
Binary 11100010 1111010 11110001 110 110001 0 101 100100100 1010001 1000111

Color Harmonies of #E27AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27AF1

Black with #E27AF1

Text Example


Text Example

White with #E27AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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