Html Css Color HEX #E25EF1 Heliotrope

📋 copy color: '#E25EF1'

red 226 ◦ green 94 ◦ blue 241

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

Shades of Heliotrope #E25EF1

Tints of Heliotrope #E25EF1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.76%

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

R = 40.29%
G = 16.76%
B = 42.96%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E25EF1 (or 0xE25EF1) is known color: Heliotrope. HEX triplet: E2, 5E and F1. RGB value is (226,94,241). Sum of RGB (Red+Green+Blue) = 226+94+241=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 94 (37.11% from 255 or 16.76% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #E25EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25EF1 is #1DA10E. Grayscale: #959595. Windows color (decimal): -1941775 or 15818466. OLE color: 15818466.

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

Color convert

RGB 226 94 241 -
CMYK 0.06 0.61 0 0.05
HSL 293.88º 0.84% 0.66% -
HSV(B) 293.88º 0.61% 0.95% -
XYZ 51.24 30.53 86.41 -
YUV 150.23 179.23 182.05 -
System Red Green Blue C M Y K H S L
Decimal 226 94 241 0.06 0.61 0 0.05 293.88 0.84 0.66
Hex E2 5E F1 6 3D 0 5 126 54 42
Octal 342 136 361 6 75 0 5 446 124 102
Binary 11100010 1011110 11110001 110 111101 0 101 100100110 1010100 1000010

Color Harmonies of #E25EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EF1

Black with #E25EF1

Text Example


Text Example

White with #E25EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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