Html Css Color HEX #E465F1 Heliotrope

📋 copy color: '#E465F1'

red 228 ◦ green 101 ◦ blue 241

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

Shades of Heliotrope #E465F1

Tints of Heliotrope #E465F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.28%

R = 40%
G = 17.72%
B = 42.28%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E465F1 (or 0xE465F1) is known color: Heliotrope. HEX triplet: E4, 65 and F1. RGB value is (228,101,241). Sum of RGB (Red+Green+Blue) = 228+101+241=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #E465F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E465F1 is #1B9A0E. Grayscale: #9A9A9A. Windows color (decimal): -1808911 or 15820260. OLE color: 15820260.

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

Color convert

RGB 228 101 241 -
CMYK 0.05 0.58 0 0.05
HSL 294.43º 0.83% 0.67% -
HSV(B) 294.43º 0.58% 0.95% -
XYZ 52.53 32.15 86.66 -
YUV 154.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 228 101 241 0.05 0.58 0 0.05 294.43 0.83 0.67
Hex E4 65 F1 5 3A 0 5 126 53 43
Octal 344 145 361 5 72 0 5 446 123 103
Binary 11100100 1100101 11110001 101 111010 0 101 100100110 1010011 1000011

Color Harmonies of #E465F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E465F1

Black with #E465F1

Text Example


Text Example

White with #E465F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E465F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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