Html Css Color HEX #E25AFA Heliotrope

📋 copy color: '#E25AFA'

red 226 ◦ green 90 ◦ blue 250

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

Shades of Heliotrope #E25AFA

Tints of Heliotrope #E25AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 39.93%
G = 15.9%
B = 44.17%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E25AFA (or 0xE25AFA) is known color: Heliotrope. HEX triplet: E2, 5A and FA. RGB value is (226,90,250). Sum of RGB (Red+Green+Blue) = 226+90+250=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 90 (35.55% from 255 or 15.90% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #E25AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25AFA is #1DA505. Grayscale: #949494. Windows color (decimal): -1942790 or 16407266. OLE color: 16407266.

HSL color Cylindrical-coordinate representation of color #E25AFA: hue angle of 291º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25AFA is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 90 250 -
CMYK 0.10 0.64 0 0.02
HSL 291º 0.94% 0.67% -
HSV(B) 291º 0.64% 0.98% -
XYZ 52.28 30.38 93.55 -
YUV 148.9 185.06 182.99 -
System Red Green Blue C M Y K H S L
Decimal 226 90 250 0.10 0.64 0 0.02 291 0.94 0.67
Hex E2 5A FA A 40 0 2 123 5E 43
Octal 342 132 372 12 100 0 2 443 136 103
Binary 11100010 1011010 11111010 1010 1000000 0 10 100100011 1011110 1000011

Color Harmonies of #E25AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AFA

Black with #E25AFA

Text Example


Text Example

White with #E25AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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