Html Css Color HEX #E25EFC Heliotrope

📋 copy color: '#E25EFC'

red 226 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #E25EFC

Tints of Heliotrope #E25EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.06%

R = 39.51%
G = 16.43%
B = 44.06%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E25EFC (or 0xE25EFC) is known color: Heliotrope. HEX triplet: E2, 5E and FC. RGB value is (226,94,252). Sum of RGB (Red+Green+Blue) = 226+94+252=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 94 (37.11% from 255 or 16.43% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #E25EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25EFC is #1DA103. Grayscale: #969696. Windows color (decimal): -1941764 or 16539362. OLE color: 16539362.

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

Color convert

RGB 226 94 252 -
CMYK 0.10 0.63 0 0.01
HSL 290.13º 0.96% 0.68% -
HSV(B) 290.13º 0.63% 0.99% -
XYZ 52.94 31.2 95.33 -
YUV 151.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 226 94 252 0.10 0.63 0 0.01 290.13 0.96 0.68
Hex E2 5E FC A 3F 0 1 122 60 44
Octal 342 136 374 12 77 0 1 442 140 104
Binary 11100010 1011110 11111100 1010 111111 0 1 100100010 1100000 1000100

Color Harmonies of #E25EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EFC

Black with #E25EFC

Text Example


Text Example

White with #E25EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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