Html Css Color HEX #E25CF5 Heliotrope

📋 copy color: '#E25CF5'

red 226 ◦ green 92 ◦ blue 245

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

Shades of Heliotrope #E25CF5

Tints of Heliotrope #E25CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.52%

R = 40.14%
G = 16.34%
B = 43.52%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E25CF5 (or 0xE25CF5) is known color: Heliotrope. HEX triplet: E2, 5C and F5. RGB value is (226,92,245). Sum of RGB (Red+Green+Blue) = 226+92+245=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #E25CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25CF5 is #1DA30A. Grayscale: #959595. Windows color (decimal): -1942283 or 16080098. OLE color: 16080098.

HSL color Cylindrical-coordinate representation of color #E25CF5: hue angle of 292.55º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25CF5 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 92 245 -
CMYK 0.08 0.62 0 0.04
HSL 292.55º 0.88% 0.66% -
HSV(B) 292.55º 0.62% 0.96% -
XYZ 51.67 30.42 89.53 -
YUV 149.51 181.89 182.56 -
System Red Green Blue C M Y K H S L
Decimal 226 92 245 0.08 0.62 0 0.04 292.55 0.88 0.66
Hex E2 5C F5 8 3E 0 4 125 58 42
Octal 342 134 365 10 76 0 4 445 130 102
Binary 11100010 1011100 11110101 1000 111110 0 100 100100101 1011000 1000010

Color Harmonies of #E25CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25CF5

Black with #E25CF5

Text Example


Text Example

White with #E25CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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