Html Css Color HEX #E148FD Heliotrope

📋 copy color: '#E148FD'

red 225 ◦ green 72 ◦ blue 253

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

Shades of Heliotrope #E148FD

Tints of Heliotrope #E148FD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.09%

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

R = 40.91%
G = 13.09%
B = 46%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E148FD (or 0xE148FD) is known color: Heliotrope. HEX triplet: E1, 48 and FD. RGB value is (225,72,253). Sum of RGB (Red+Green+Blue) = 225+72+253=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 72 (28.52% from 255 or 13.09% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #E148FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E148FD is #1EB702. Grayscale: #898989. Windows color (decimal): -2012931 or 16599265. OLE color: 16599265.

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

Color convert

RGB 225 72 253 -
CMYK 0.11 0.72 0 0.01
HSL 290.72º 0.98% 0.64% -
HSV(B) 290.72º 0.72% 0.99% -
XYZ 51.1 27.73 95.59 -
YUV 138.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 225 72 253 0.11 0.72 0 0.01 290.72 0.98 0.64
Hex E1 48 FD B 48 0 1 123 62 40
Octal 341 110 375 13 110 0 1 443 142 100
Binary 11100001 1001000 11111101 1011 1001000 0 1 100100011 1100010 1000000

Color Harmonies of #E148FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148FD

Black with #E148FD

Text Example


Text Example

White with #E148FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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