Html Css Color HEX #E155FD Heliotrope

📋 copy color: '#E155FD'

red 225 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #E155FD

Tints of Heliotrope #E155FD

RGB

 RED value IS 225 (88.28% from 255) = 39.96%

 GREEN value IS 85 (33.59% from 255) = 15.1%

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

R = 39.96%
G = 15.1%
B = 44.94%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E155FD (or 0xE155FD) is known color: Heliotrope. HEX triplet: E1, 55 and FD. RGB value is (225,85,253). Sum of RGB (Red+Green+Blue) = 225+85+253=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 85 (33.59% from 255 or 15.10% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #E155FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155FD is #1EAA02. Grayscale: #919191. Windows color (decimal): -2009603 or 16602593. OLE color: 16602593.

HSL color Cylindrical-coordinate representation of color #E155FD: hue angle of 290º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E155FD is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 85 253 -
CMYK 0.11 0.66 0 0.01
HSL 290º 0.98% 0.66% -
HSV(B) 290º 0.66% 0.99% -
XYZ 52.03 29.6 95.9 -
YUV 146.01 188.38 184.34 -
System Red Green Blue C M Y K H S L
Decimal 225 85 253 0.11 0.66 0 0.01 290 0.98 0.66
Hex E1 55 FD B 42 0 1 122 62 42
Octal 341 125 375 13 102 0 1 442 142 102
Binary 11100001 1010101 11111101 1011 1000010 0 1 100100010 1100010 1000010

Color Harmonies of #E155FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155FD

Black with #E155FD

Text Example


Text Example

White with #E155FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155FD; }

 p { color: rgb(225,85,253); }

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

background-color css

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

 a { background-color: rgb(225,85,253); }

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

border-color css

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

 span { border-color: rgb(225,85,253); }

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