Html Css Color HEX #E158FD Heliotrope

📋 copy color: '#E158FD'

red 225 ◦ green 88 ◦ blue 253

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

Shades of Heliotrope #E158FD

Tints of Heliotrope #E158FD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.55%

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

R = 39.75%
G = 15.55%
B = 44.7%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E158FD (or 0xE158FD) is known color: Heliotrope. HEX triplet: E1, 58 and FD. RGB value is (225,88,253). Sum of RGB (Red+Green+Blue) = 225+88+253=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 88 (34.77% from 255 or 15.55% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #E158FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E158FD is #1EA702. Grayscale: #939393. Windows color (decimal): -2008835 or 16603361. OLE color: 16603361.

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

Color convert

RGB 225 88 253 -
CMYK 0.11 0.65 0 0.01
HSL 289.82º 0.98% 0.67% -
HSV(B) 289.82º 0.65% 0.99% -
XYZ 52.27 30.08 95.98 -
YUV 147.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 225 88 253 0.11 0.65 0 0.01 289.82 0.98 0.67
Hex E1 58 FD B 41 0 1 122 62 43
Octal 341 130 375 13 101 0 1 442 142 103
Binary 11100001 1011000 11111101 1011 1000001 0 1 100100010 1100010 1000011

Color Harmonies of #E158FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E158FD

Black with #E158FD

Text Example


Text Example

White with #E158FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E158FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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