Html Css Color HEX #E485FC Heliotrope

📋 copy color: '#E485FC'

red 228 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #E485FC

Tints of Heliotrope #E485FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.7%

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

R = 37.19%
G = 21.7%
B = 41.11%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E485FC (or 0xE485FC) is known color: Heliotrope. HEX triplet: E4, 85 and FC. RGB value is (228,133,252). Sum of RGB (Red+Green+Blue) = 228+133+252=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #E485FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485FC is #1B7A03. Grayscale: #AEAEAE. Windows color (decimal): -1800708 or 16549348. OLE color: 16549348.

HSL color Cylindrical-coordinate representation of color #E485FC: hue angle of 287.9º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E485FC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 133 252 -
CMYK 0.10 0.47 0 0.01
HSL 287.9º 0.95% 0.75% -
HSV(B) 287.9º 0.47% 0.99% -
XYZ 57.95 40.3 96.82 -
YUV 174.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 228 133 252 0.10 0.47 0 0.01 287.9 0.95 0.75
Hex E4 85 FC A 2F 0 1 120 5F 4B
Octal 344 205 374 12 57 0 1 440 137 113
Binary 11100100 10000101 11111100 1010 101111 0 1 100100000 1011111 1001011

Color Harmonies of #E485FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E485FC

Black with #E485FC

Text Example


Text Example

White with #E485FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E485FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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