Html Css Color HEX #E25DFE Heliotrope

📋 copy color: '#E25DFE'

red 226 ◦ green 93 ◦ blue 254

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

Shades of Heliotrope #E25DFE

Tints of Heliotrope #E25DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.23%

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

R = 39.44%
G = 16.23%
B = 44.33%

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

#E25DFE (or 0xE25DFE) is known color: Heliotrope. HEX triplet: E2, 5D and FE. RGB value is (226,93,254). Sum of RGB (Red+Green+Blue) = 226+93+254=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 93 (36.72% from 255 or 16.23% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #E25DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25DFE is #1DA201. Grayscale: #969696. Windows color (decimal): -1942018 or 16670178. OLE color: 16670178.

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

Color convert

RGB 226 93 254 -
CMYK 0.11 0.63 0 0.00
HSL 289.57º 0.99% 0.68% -
HSV(B) 289.57º 0.63% 1% -
XYZ 53.17 31.15 96.98 -
YUV 151.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 226 93 254 0.11 0.63 0 0.00 289.57 0.99 0.68
Hex E2 5D FE B 3F 0 0 122 63 44
Octal 342 135 376 13 77 0 0 442 143 104
Binary 11100010 1011101 11111110 1011 111111 0 0 100100010 1100011 1000100

Color Harmonies of #E25DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DFE

Black with #E25DFE

Text Example


Text Example

White with #E25DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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