Html Css Color HEX #E465FC Heliotrope

📋 copy color: '#E465FC'

red 228 ◦ green 101 ◦ blue 252

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

Shades of Heliotrope #E465FC

Tints of Heliotrope #E465FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 39.24%
G = 17.38%
B = 43.37%

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

#E465FC (or 0xE465FC) is known color: Heliotrope. HEX triplet: E4, 65 and FC. RGB value is (228,101,252). Sum of RGB (Red+Green+Blue) = 228+101+252=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #E465FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E465FC is #1B9A03. Grayscale: #9B9B9B. Windows color (decimal): -1808900 or 16541156. OLE color: 16541156.

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

Color convert

RGB 228 101 252 -
CMYK 0.10 0.60 0 0.01
HSL 290.46º 0.96% 0.69% -
HSV(B) 290.46º 0.6% 0.99% -
XYZ 54.22 32.83 95.57 -
YUV 156.19 182.08 179.22 -
System Red Green Blue C M Y K H S L
Decimal 228 101 252 0.10 0.60 0 0.01 290.46 0.96 0.69
Hex E4 65 FC A 3C 0 1 122 60 45
Octal 344 145 374 12 74 0 1 442 140 105
Binary 11100100 1100101 11111100 1010 111100 0 1 100100010 1100000 1000101

Color Harmonies of #E465FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E465FC

Black with #E465FC

Text Example


Text Example

White with #E465FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E465FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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