Html Css Color HEX #E25EF4 Heliotrope

📋 copy color: '#E25EF4'

red 226 ◦ green 94 ◦ blue 244

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

Shades of Heliotrope #E25EF4

Tints of Heliotrope #E25EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.26%

R = 40.07%
G = 16.67%
B = 43.26%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E25EF4 (or 0xE25EF4) is known color: Heliotrope. HEX triplet: E2, 5E and F4. RGB value is (226,94,244). Sum of RGB (Red+Green+Blue) = 226+94+244=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #E25EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25EF4 is #1DA10B. Grayscale: #969696. Windows color (decimal): -1941772 or 16015074. OLE color: 16015074.

HSL color Cylindrical-coordinate representation of color #E25EF4: hue angle of 292.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25EF4 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 94 244 -
CMYK 0.07 0.61 0 0.04
HSL 292.8º 0.87% 0.66% -
HSV(B) 292.8º 0.61% 0.96% -
XYZ 51.7 30.71 88.79 -
YUV 150.57 180.73 181.8 -
System Red Green Blue C M Y K H S L
Decimal 226 94 244 0.07 0.61 0 0.04 292.8 0.87 0.66
Hex E2 5E F4 7 3D 0 4 125 57 42
Octal 342 136 364 7 75 0 4 445 127 102
Binary 11100010 1011110 11110100 111 111101 0 100 100100101 1010111 1000010

Color Harmonies of #E25EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EF4

Black with #E25EF4

Text Example


Text Example

White with #E25EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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