Html Css Color HEX #E464FD Heliotrope

📋 copy color: '#E464FD'

red 228 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #E464FD

Tints of Heliotrope #E464FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.21%

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 39.24%
G = 17.21%
B = 43.55%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E464FD (or 0xE464FD) is known color: Heliotrope. HEX triplet: E4, 64 and FD. RGB value is (228,100,253). Sum of RGB (Red+Green+Blue) = 228+100+253=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 100 (39.45% from 255 or 17.21% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #E464FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E464FD is #1B9B02. Grayscale: #9B9B9B. Windows color (decimal): -1809155 or 16606436. OLE color: 16606436.

HSL color Cylindrical-coordinate representation of color #E464FD: hue angle of 290.2º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E464FD is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 100 253 -
CMYK 0.10 0.60 0 0.01
HSL 290.2º 0.97% 0.69% -
HSV(B) 290.2º 0.6% 0.99% -
XYZ 54.28 32.7 96.38 -
YUV 155.71 182.91 179.56 -
System Red Green Blue C M Y K H S L
Decimal 228 100 253 0.10 0.60 0 0.01 290.2 0.97 0.69
Hex E4 64 FD A 3C 0 1 122 61 45
Octal 344 144 375 12 74 0 1 442 141 105
Binary 11100100 1100100 11111101 1010 111100 0 1 100100010 1100001 1000101

Color Harmonies of #E464FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E464FD

Black with #E464FD

Text Example


Text Example

White with #E464FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E464FD; }

 p { color: rgb(228,100,253); }

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

background-color css

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

 a { background-color: rgb(228,100,253); }

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

border-color css

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

 span { border-color: rgb(228,100,253); }

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