Html Css Color HEX #E25EFA Heliotrope

📋 copy color: '#E25EFA'

red 226 ◦ green 94 ◦ blue 250

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

Shades of Heliotrope #E25EFA

Tints of Heliotrope #E25EFA

RGB

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

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

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

R = 39.65%
G = 16.49%
B = 43.86%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E25EFA (or 0xE25EFA) is known color: Heliotrope. HEX triplet: E2, 5E and FA. RGB value is (226,94,250). Sum of RGB (Red+Green+Blue) = 226+94+250=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 94 (37.11% from 255 or 16.49% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #E25EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25EFA is #1DA105. Grayscale: #969696. Windows color (decimal): -1941766 or 16408290. OLE color: 16408290.

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

Color convert

RGB 226 94 250 -
CMYK 0.10 0.62 0 0.02
HSL 290.77º 0.94% 0.67% -
HSV(B) 290.77º 0.62% 0.98% -
XYZ 52.62 31.08 93.67 -
YUV 151.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 226 94 250 0.10 0.62 0 0.02 290.77 0.94 0.67
Hex E2 5E FA A 3E 0 2 123 5E 43
Octal 342 136 372 12 76 0 2 443 136 103
Binary 11100010 1011110 11111010 1010 111110 0 10 100100011 1011110 1000011

Color Harmonies of #E25EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EFA

Black with #E25EFA

Text Example


Text Example

White with #E25EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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