Html Css Color HEX #E172F1 Heliotrope

📋 copy color: '#E172F1'

red 225 ◦ green 114 ◦ blue 241

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

Shades of Heliotrope #E172F1

Tints of Heliotrope #E172F1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.66%

 BLUE value IS 241 (94.53% from 255) = 41.55%

R = 38.79%
G = 19.66%
B = 41.55%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E172F1 (or 0xE172F1) is known color: Heliotrope. HEX triplet: E1, 72 and F1. RGB value is (225,114,241). Sum of RGB (Red+Green+Blue) = 225+114+241=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #E172F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E172F1 is #1E8D0E. Grayscale: #A1A1A1. Windows color (decimal): -2002191 or 15823585. OLE color: 15823585.

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

Color convert

RGB 225 114 241 -
CMYK 0.07 0.53 0 0.05
HSL 292.44º 0.82% 0.7% -
HSV(B) 292.44º 0.53% 0.95% -
XYZ 52.95 34.39 87.07 -
YUV 161.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 225 114 241 0.07 0.53 0 0.05 292.44 0.82 0.7
Hex E1 72 F1 7 35 0 5 124 52 46
Octal 341 162 361 7 65 0 5 444 122 106
Binary 11100001 1110010 11110001 111 110101 0 101 100100100 1010010 1000110

Color Harmonies of #E172F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172F1

Black with #E172F1

Text Example


Text Example

White with #E172F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172F1; }

 p { color: rgb(225,114,241); }

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

background-color css

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

 a { background-color: rgb(225,114,241); }

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

border-color css

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

 span { border-color: rgb(225,114,241); }

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