Html Css Color HEX #E465F0 Heliotrope

📋 copy color: '#E465F0'

red 228 ◦ green 101 ◦ blue 240

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

Shades of Heliotrope #E465F0

Tints of Heliotrope #E465F0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.75%

 BLUE value IS 240 (94.14% from 255) = 42.18%

R = 40.07%
G = 17.75%
B = 42.18%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E465F0 (or 0xE465F0) is known color: Heliotrope. HEX triplet: E4, 65 and F0. RGB value is (228,101,240). Sum of RGB (Red+Green+Blue) = 228+101+240=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #E465F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E465F0 is #1B9A0F. Grayscale: #9A9A9A. Windows color (decimal): -1808912 or 15754724. OLE color: 15754724.

HSL color Cylindrical-coordinate representation of color #E465F0: hue angle of 294.82º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E465F0 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 228 101 240 -
CMYK 0.05 0.58 0 0.06
HSL 294.82º 0.82% 0.67% -
HSV(B) 294.82º 0.58% 0.94% -
XYZ 52.38 32.09 85.87 -
YUV 154.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 228 101 240 0.05 0.58 0 0.06 294.82 0.82 0.67
Hex E4 65 F0 5 3A 0 6 127 52 43
Octal 344 145 360 5 72 0 6 447 122 103
Binary 11100100 1100101 11110000 101 111010 0 110 100100111 1010010 1000011

Color Harmonies of #E465F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E465F0

Black with #E465F0

Text Example


Text Example

White with #E465F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E465F0; }

 p { color: rgb(228,101,240); }

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

background-color css

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

 a { background-color: rgb(228,101,240); }

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

border-color css

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

 span { border-color: rgb(228,101,240); }

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