Html Css Color HEX #E170FD Heliotrope

📋 copy color: '#E170FD'

red 225 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #E170FD

Tints of Heliotrope #E170FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.98%

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

R = 38.14%
G = 18.98%
B = 42.88%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E170FD (or 0xE170FD) is known color: Heliotrope. HEX triplet: E1, 70 and FD. RGB value is (225,112,253). Sum of RGB (Red+Green+Blue) = 225+112+253=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #E170FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E170FD is #1E8F02. Grayscale: #A1A1A1. Windows color (decimal): -2002691 or 16609505. OLE color: 16609505.

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

Color convert

RGB 225 112 253 -
CMYK 0.11 0.56 0 0.01
HSL 288.09º 0.97% 0.72% -
HSV(B) 288.09º 0.56% 0.99% -
XYZ 54.58 34.69 96.75 -
YUV 161.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 225 112 253 0.11 0.56 0 0.01 288.09 0.97 0.72
Hex E1 70 FD B 38 0 1 120 61 48
Octal 341 160 375 13 70 0 1 440 141 110
Binary 11100001 1110000 11111101 1011 111000 0 1 100100000 1100001 1001000

Color Harmonies of #E170FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170FD

Black with #E170FD

Text Example


Text Example

White with #E170FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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