Html Css Color HEX #E25AF4 Heliotrope

📋 copy color: '#E25AF4'

red 226 ◦ green 90 ◦ blue 244

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

Shades of Heliotrope #E25AF4

Tints of Heliotrope #E25AF4

RGB

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

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

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

R = 40.36%
G = 16.07%
B = 43.57%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E25AF4 (or 0xE25AF4) is known color: Heliotrope. HEX triplet: E2, 5A and F4. RGB value is (226,90,244). Sum of RGB (Red+Green+Blue) = 226+90+244=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #E25AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25AF4 is #1DA50B. Grayscale: #939393. Windows color (decimal): -1942796 or 16014050. OLE color: 16014050.

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

Color convert

RGB 226 90 244 -
CMYK 0.07 0.63 0 0.04
HSL 292.99º 0.88% 0.65% -
HSV(B) 292.99º 0.63% 0.96% -
XYZ 51.35 30.01 88.67 -
YUV 148.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 226 90 244 0.07 0.63 0 0.04 292.99 0.88 0.65
Hex E2 5A F4 7 3F 0 4 125 58 41
Octal 342 132 364 7 77 0 4 445 130 101
Binary 11100010 1011010 11110100 111 111111 0 100 100100101 1011000 1000001

Color Harmonies of #E25AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AF4

Black with #E25AF4

Text Example


Text Example

White with #E25AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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