Html Css Color HEX #E17DF2 Heliotrope

📋 copy color: '#E17DF2'

red 225 ◦ green 125 ◦ blue 242

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

Shades of Heliotrope #E17DF2

Tints of Heliotrope #E17DF2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.11%

 BLUE value IS 242 (94.92% from 255) = 40.88%

R = 38.01%
G = 21.11%
B = 40.88%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E17DF2 (or 0xE17DF2) is known color: Heliotrope. HEX triplet: E1, 7D and F2. RGB value is (225,125,242). Sum of RGB (Red+Green+Blue) = 225+125+242=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #E17DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17DF2 is #1E820D. Grayscale: #A7A7A7. Windows color (decimal): -1999374 or 15891937. OLE color: 15891937.

HSL color Cylindrical-coordinate representation of color #E17DF2: hue angle of 291.28º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E17DF2 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 125 242 -
CMYK 0.07 0.48 0 0.05
HSL 291.28º 0.82% 0.72% -
HSV(B) 291.28º 0.48% 0.95% -
XYZ 54.41 37.09 88.29 -
YUV 168.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 225 125 242 0.07 0.48 0 0.05 291.28 0.82 0.72
Hex E1 7D F2 7 30 0 5 123 52 48
Octal 341 175 362 7 60 0 5 443 122 110
Binary 11100001 1111101 11110010 111 110000 0 101 100100011 1010010 1001000

Color Harmonies of #E17DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DF2

Black with #E17DF2

Text Example


Text Example

White with #E17DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DF2; }

 p { color: rgb(225,125,242); }

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

background-color css

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

 a { background-color: rgb(225,125,242); }

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

border-color css

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

 span { border-color: rgb(225,125,242); }

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