Html Css Color HEX #E25DFC Heliotrope

📋 copy color: '#E25DFC'

red 226 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #E25DFC

Tints of Heliotrope #E25DFC

RGB

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

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

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

R = 39.58%
G = 16.29%
B = 44.13%

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

#E25DFC (or 0xE25DFC) is known color: Heliotrope. HEX triplet: E2, 5D and FC. RGB value is (226,93,252). Sum of RGB (Red+Green+Blue) = 226+93+252=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 93 (36.72% from 255 or 16.29% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #E25DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25DFC is #1DA203. Grayscale: #969696. Windows color (decimal): -1942020 or 16539106. OLE color: 16539106.

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

Color convert

RGB 226 93 252 -
CMYK 0.10 0.63 0 0.01
HSL 290.19º 0.96% 0.68% -
HSV(B) 290.19º 0.63% 0.99% -
XYZ 52.85 31.03 95.3 -
YUV 150.89 185.06 181.57 -
System Red Green Blue C M Y K H S L
Decimal 226 93 252 0.10 0.63 0 0.01 290.19 0.96 0.68
Hex E2 5D FC A 3F 0 1 122 60 44
Octal 342 135 374 12 77 0 1 442 140 104
Binary 11100010 1011101 11111100 1010 111111 0 1 100100010 1100000 1000100

Color Harmonies of #E25DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DFC

Black with #E25DFC

Text Example


Text Example

White with #E25DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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