Html Css Color HEX #E25AFF Heliotrope

📋 copy color: '#E25AFF'

red 226 ◦ green 90 ◦ blue 255

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

Shades of Heliotrope #E25AFF

Tints of Heliotrope #E25AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 39.58%
G = 15.76%
B = 44.66%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E25AFF (or 0xE25AFF) is known color: Heliotrope. HEX triplet: E2, 5A and FF. RGB value is (226,90,255). Sum of RGB (Red+Green+Blue) = 226+90+255=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 90 (35.55% from 255 or 15.76% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #E25AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25AFF is #1DA500. Grayscale: #949494. Windows color (decimal): -1942785 or 16734946. OLE color: 16734946.

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

Color convert

RGB 226 90 255 -
CMYK 0.11 0.65 0 0
HSL 289.45º 1% 0.68% -
HSV(B) 289.45º 0.65% 1% -
XYZ 53.07 30.7 97.74 -
YUV 149.47 187.56 182.58 -
System Red Green Blue C M Y K H S L
Decimal 226 90 255 0.11 0.65 0 0 289.45 1 0.68
Hex E2 5A FF B 41 0 0 121 64 44
Octal 342 132 377 13 101 0 0 441 144 104
Binary 11100010 1011010 11111111 1011 1000001 0 0 100100001 1100100 1000100

Color Harmonies of #E25AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AFF

Black with #E25AFF

Text Example


Text Example

White with #E25AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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