Html Css Color HEX #E25EFE Heliotrope

📋 copy color: '#E25EFE'

red 226 ◦ green 94 ◦ blue 254

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

Shades of Heliotrope #E25EFE

Tints of Heliotrope #E25EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 39.37%
G = 16.38%
B = 44.25%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E25EFE (or 0xE25EFE) is known color: Heliotrope. HEX triplet: E2, 5E and FE. RGB value is (226,94,254). Sum of RGB (Red+Green+Blue) = 226+94+254=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 94 (37.11% from 255 or 16.38% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #E25EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25EFE is #1DA101. Grayscale: #979797. Windows color (decimal): -1941762 or 16670434. OLE color: 16670434.

HSL color Cylindrical-coordinate representation of color #E25EFE: hue angle of 289.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25EFE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 94 254 -
CMYK 0.11 0.63 0 0.00
HSL 289.5º 0.99% 0.68% -
HSV(B) 289.5º 0.63% 1% -
XYZ 53.26 31.33 97.01 -
YUV 151.71 185.73 180.99 -
System Red Green Blue C M Y K H S L
Decimal 226 94 254 0.11 0.63 0 0.00 289.5 0.99 0.68
Hex E2 5E FE B 3F 0 0 122 63 44
Octal 342 136 376 13 77 0 0 442 143 104
Binary 11100010 1011110 11111110 1011 111111 0 0 100100010 1100011 1000100

Color Harmonies of #E25EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EFE

Black with #E25EFE

Text Example


Text Example

White with #E25EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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