Html Css Color HEX #E25CFF Heliotrope

📋 copy color: '#E25CFF'

red 226 ◦ green 92 ◦ blue 255

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

Shades of Heliotrope #E25CFF

Tints of Heliotrope #E25CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.06%

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

R = 39.44%
G = 16.06%
B = 44.5%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E25CFF (or 0xE25CFF) is known color: Heliotrope. HEX triplet: E2, 5C and FF. RGB value is (226,92,255). Sum of RGB (Red+Green+Blue) = 226+92+255=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 92 (36.33% from 255 or 16.06% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #E25CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25CFF is #1DA300. Grayscale: #969696. Windows color (decimal): -1942273 or 16735458. OLE color: 16735458.

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

Color convert

RGB 226 92 255 -
CMYK 0.11 0.64 0 0
HSL 289.33º 1% 0.68% -
HSV(B) 289.33º 0.64% 1% -
XYZ 53.24 31.04 97.79 -
YUV 150.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 226 92 255 0.11 0.64 0 0 289.33 1 0.68
Hex E2 5C FF B 40 0 0 121 64 44
Octal 342 134 377 13 100 0 0 441 144 104
Binary 11100010 1011100 11111111 1011 1000000 0 0 100100001 1100100 1000100

Color Harmonies of #E25CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25CFF

Black with #E25CFF

Text Example


Text Example

White with #E25CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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