Html Css Color HEX #E25AF6 Heliotrope

📋 copy color: '#E25AF6'

red 226 ◦ green 90 ◦ blue 246

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

Shades of Heliotrope #E25AF6

Tints of Heliotrope #E25AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.01%

 BLUE value IS 246 (96.48% from 255) = 43.77%

R = 40.21%
G = 16.01%
B = 43.77%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E25AF6 (or 0xE25AF6) is known color: Heliotrope. HEX triplet: E2, 5A and F6. RGB value is (226,90,246). Sum of RGB (Red+Green+Blue) = 226+90+246=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 90 (35.55% from 255 or 16.01% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #E25AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25AF6 is #1DA509. Grayscale: #939393. Windows color (decimal): -1942794 or 16145122. OLE color: 16145122.

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

Color convert

RGB 226 90 246 -
CMYK 0.08 0.63 0 0.04
HSL 292.31º 0.9% 0.66% -
HSV(B) 292.31º 0.63% 0.96% -
XYZ 51.65 30.13 90.28 -
YUV 148.45 183.06 183.32 -
System Red Green Blue C M Y K H S L
Decimal 226 90 246 0.08 0.63 0 0.04 292.31 0.9 0.66
Hex E2 5A F6 8 3F 0 4 124 5A 42
Octal 342 132 366 10 77 0 4 444 132 102
Binary 11100010 1011010 11110110 1000 111111 0 100 100100100 1011010 1000010

Color Harmonies of #E25AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AF6

Black with #E25AF6

Text Example


Text Example

White with #E25AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AF6; }

 p { color: rgb(226,90,246); }

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

background-color css

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

 a { background-color: rgb(226,90,246); }

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

border-color css

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

 span { border-color: rgb(226,90,246); }

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