Html Css Color HEX #E150FD Heliotrope

📋 copy color: '#E150FD'

red 225 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #E150FD

Tints of Heliotrope #E150FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.34%

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

R = 40.32%
G = 14.34%
B = 45.34%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E150FD (or 0xE150FD) is known color: Heliotrope. HEX triplet: E1, 50 and FD. RGB value is (225,80,253). Sum of RGB (Red+Green+Blue) = 225+80+253=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 80 (31.64% from 255 or 14.34% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #E150FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E150FD is #1EAF02. Grayscale: #8E8E8E. Windows color (decimal): -2010883 or 16601313. OLE color: 16601313.

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

Color convert

RGB 225 80 253 -
CMYK 0.11 0.68 0 0.01
HSL 290.29º 0.98% 0.65% -
HSV(B) 290.29º 0.68% 0.99% -
XYZ 51.65 28.84 95.77 -
YUV 143.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 225 80 253 0.11 0.68 0 0.01 290.29 0.98 0.65
Hex E1 50 FD B 44 0 1 122 62 41
Octal 341 120 375 13 104 0 1 442 142 101
Binary 11100001 1010000 11111101 1011 1000100 0 1 100100010 1100010 1000001

Color Harmonies of #E150FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150FD

Black with #E150FD

Text Example


Text Example

White with #E150FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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