Html Css Color HEX #E25AFE Heliotrope

📋 copy color: '#E25AFE'

red 226 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #E25AFE

Tints of Heliotrope #E25AFE

RGB

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

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

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

R = 39.65%
G = 15.79%
B = 44.56%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E25AFE (or 0xE25AFE) is known color: Heliotrope. HEX triplet: E2, 5A and FE. RGB value is (226,90,254). Sum of RGB (Red+Green+Blue) = 226+90+254=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 90 (35.55% from 255 or 15.79% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #E25AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25AFE is #1DA501. Grayscale: #949494. Windows color (decimal): -1942786 or 16669410. OLE color: 16669410.

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

Color convert

RGB 226 90 254 -
CMYK 0.11 0.65 0 0.00
HSL 289.76º 0.99% 0.67% -
HSV(B) 289.76º 0.65% 1% -
XYZ 52.91 30.64 96.89 -
YUV 149.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 226 90 254 0.11 0.65 0 0.00 289.76 0.99 0.67
Hex E2 5A FE B 41 0 0 122 63 43
Octal 342 132 376 13 101 0 0 442 143 103
Binary 11100010 1011010 11111110 1011 1000001 0 0 100100010 1100011 1000011

Color Harmonies of #E25AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AFE

Black with #E25AFE

Text Example


Text Example

White with #E25AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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