Html Css Color HEX #E154FD Heliotrope

📋 copy color: '#E154FD'

red 225 ◦ green 84 ◦ blue 253

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

Shades of Heliotrope #E154FD

Tints of Heliotrope #E154FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.95%

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

R = 40.04%
G = 14.95%
B = 45.02%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E154FD (or 0xE154FD) is known color: Heliotrope. HEX triplet: E1, 54 and FD. RGB value is (225,84,253). Sum of RGB (Red+Green+Blue) = 225+84+253=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 84 (33.20% from 255 or 14.95% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #E154FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E154FD is #1EAB02. Grayscale: #909090. Windows color (decimal): -2009859 or 16602337. OLE color: 16602337.

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

Color convert

RGB 225 84 253 -
CMYK 0.11 0.67 0 0.01
HSL 290.06º 0.98% 0.66% -
HSV(B) 290.06º 0.67% 0.99% -
XYZ 51.95 29.44 95.87 -
YUV 145.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 225 84 253 0.11 0.67 0 0.01 290.06 0.98 0.66
Hex E1 54 FD B 43 0 1 122 62 42
Octal 341 124 375 13 103 0 1 442 142 102
Binary 11100001 1010100 11111101 1011 1000011 0 1 100100010 1100010 1000010

Color Harmonies of #E154FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E154FD

Black with #E154FD

Text Example


Text Example

White with #E154FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E154FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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