Html Css Color HEX #E485FF Heliotrope

📋 copy color: '#E485FF'

red 228 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #E485FF

Tints of Heliotrope #E485FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.4%

R = 37.01%
G = 21.59%
B = 41.4%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E485FF (or 0xE485FF) is known color: Heliotrope. HEX triplet: E4, 85 and FF. RGB value is (228,133,255). Sum of RGB (Red+Green+Blue) = 228+133+255=616 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.01% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #E485FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485FF is #1B7A00. Grayscale: #AEAEAE. Windows color (decimal): -1800705 or 16745956. OLE color: 16745956.

HSL color Cylindrical-coordinate representation of color #E485FF: hue angle of 286.72º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E485FF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 133 255 -
CMYK 0.11 0.48 0 0
HSL 286.72º 1% 0.76% -
HSV(B) 286.72º 0.48% 1% -
XYZ 58.43 40.49 99.34 -
YUV 175.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 228 133 255 0.11 0.48 0 0 286.72 1 0.76
Hex E4 85 FF B 30 0 0 11F 64 4C
Octal 344 205 377 13 60 0 0 437 144 114
Binary 11100100 10000101 11111111 1011 110000 0 0 100011111 1100100 1001100

Color Harmonies of #E485FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E485FF

Black with #E485FF

Text Example


Text Example

White with #E485FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E485FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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