Html Css Color HEX #E485FD Heliotrope

📋 copy color: '#E485FD'

red 228 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #E485FD

Tints of Heliotrope #E485FD

RGB

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

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

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

R = 37.13%
G = 21.66%
B = 41.21%

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

#E485FD (or 0xE485FD) is known color: Heliotrope. HEX triplet: E4, 85 and FD. RGB value is (228,133,253). Sum of RGB (Red+Green+Blue) = 228+133+253=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #E485FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485FD is #1B7A02. Grayscale: #AEAEAE. Windows color (decimal): -1800707 or 16614884. OLE color: 16614884.

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

Color convert

RGB 228 133 253 -
CMYK 0.10 0.47 0 0.01
HSL 287.5º 0.97% 0.76% -
HSV(B) 287.5º 0.47% 0.99% -
XYZ 58.11 40.36 97.66 -
YUV 175.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 228 133 253 0.10 0.47 0 0.01 287.5 0.97 0.76
Hex E4 85 FD A 2F 0 1 120 61 4C
Octal 344 205 375 12 57 0 1 440 141 114
Binary 11100100 10000101 11111101 1010 101111 0 1 100100000 1100001 1001100

Color Harmonies of #E485FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E485FD

Black with #E485FD

Text Example


Text Example

White with #E485FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E485FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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