Html Css Color HEX #E461F5 Heliotrope

📋 copy color: '#E461F5'

red 228 ◦ green 97 ◦ blue 245

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

Shades of Heliotrope #E461F5

Tints of Heliotrope #E461F5

RGB

 RED value IS 228 (89.45% from 255) = 40%

 GREEN value IS 97 (38.28% from 255) = 17.02%

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

R = 40%
G = 17.02%
B = 42.98%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E461F5 (or 0xE461F5) is known color: Heliotrope. HEX triplet: E4, 61 and F5. RGB value is (228,97,245). Sum of RGB (Red+Green+Blue) = 228+97+245=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 97 (38.28% from 255 or 17.02% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #E461F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E461F5 is #1B9E0A. Grayscale: #989898. Windows color (decimal): -1809931 or 16081380. OLE color: 16081380.

HSL color Cylindrical-coordinate representation of color #E461F5: hue angle of 293.11º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E461F5 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 228 97 245 -
CMYK 0.07 0.60 0 0.04
HSL 293.11º 0.88% 0.67% -
HSV(B) 293.11º 0.6% 0.96% -
XYZ 52.75 31.64 89.71 -
YUV 153.04 179.9 181.47 -
System Red Green Blue C M Y K H S L
Decimal 228 97 245 0.07 0.60 0 0.04 293.11 0.88 0.67
Hex E4 61 F5 7 3C 0 4 125 58 43
Octal 344 141 365 7 74 0 4 445 130 103
Binary 11100100 1100001 11110101 111 111100 0 100 100100101 1011000 1000011

Color Harmonies of #E461F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E461F5

Black with #E461F5

Text Example


Text Example

White with #E461F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E461F5; }

 p { color: rgb(228,97,245); }

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

background-color css

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

 a { background-color: rgb(228,97,245); }

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

border-color css

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

 span { border-color: rgb(228,97,245); }

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