Html Css Color HEX #E25FFE Heliotrope

📋 copy color: '#E25FFE'

red 226 ◦ green 95 ◦ blue 254

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

Shades of Heliotrope #E25FFE

Tints of Heliotrope #E25FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.52%

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

R = 39.3%
G = 16.52%
B = 44.17%

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

#E25FFE (or 0xE25FFE) is known color: Heliotrope. HEX triplet: E2, 5F and FE. RGB value is (226,95,254). Sum of RGB (Red+Green+Blue) = 226+95+254=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 95 (37.5% from 255 or 16.52% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #E25FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25FFE is #1DA001. Grayscale: #979797. Windows color (decimal): -1941506 or 16670690. OLE color: 16670690.

HSL color Cylindrical-coordinate representation of color #E25FFE: hue angle of 289.43º 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 #E25FFE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 95 254 -
CMYK 0.11 0.63 0 0.00
HSL 289.43º 0.99% 0.68% -
HSV(B) 289.43º 0.63% 1% -
XYZ 53.35 31.51 97.04 -
YUV 152.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 226 95 254 0.11 0.63 0 0.00 289.43 0.99 0.68
Hex E2 5F FE B 3F 0 0 121 63 44
Octal 342 137 376 13 77 0 0 441 143 104
Binary 11100010 1011111 11111110 1011 111111 0 0 100100001 1100011 1000100

Color Harmonies of #E25FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25FFE

Black with #E25FFE

Text Example


Text Example

White with #E25FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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