Html Css Color HEX #E465FD Heliotrope

📋 copy color: '#E465FD'

red 228 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #E465FD

Tints of Heliotrope #E465FD

RGB

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

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

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

R = 39.18%
G = 17.35%
B = 43.47%

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

#E465FD (or 0xE465FD) is known color: Heliotrope. HEX triplet: E4, 65 and FD. RGB value is (228,101,253). Sum of RGB (Red+Green+Blue) = 228+101+253=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 101 (39.84% from 255 or 17.35% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #E465FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E465FD is #1B9A02. Grayscale: #9B9B9B. Windows color (decimal): -1808899 or 16606692. OLE color: 16606692.

HSL color Cylindrical-coordinate representation of color #E465FD: hue angle of 290.13º 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 #E465FD is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 101 253 -
CMYK 0.10 0.60 0 0.01
HSL 290.13º 0.97% 0.69% -
HSV(B) 290.13º 0.6% 0.99% -
XYZ 54.38 32.89 96.41 -
YUV 156.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 228 101 253 0.10 0.60 0 0.01 290.13 0.97 0.69
Hex E4 65 FD A 3C 0 1 122 61 45
Octal 344 145 375 12 74 0 1 442 141 105
Binary 11100100 1100101 11111101 1010 111100 0 1 100100010 1100001 1000101

Color Harmonies of #E465FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E465FD

Black with #E465FD

Text Example


Text Example

White with #E465FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E465FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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