Html Css Color HEX #E178F2 Heliotrope

📋 copy color: '#E178F2'

red 225 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #E178F2

Tints of Heliotrope #E178F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.44%

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

R = 38.33%
G = 20.44%
B = 41.23%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E178F2 (or 0xE178F2) is known color: Heliotrope. HEX triplet: E1, 78 and F2. RGB value is (225,120,242). Sum of RGB (Red+Green+Blue) = 225+120+242=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 120 (47.27% from 255 or 20.44% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #E178F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E178F2 is #1E870D. Grayscale: #A4A4A4. Windows color (decimal): -2000654 or 15890657. OLE color: 15890657.

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

Color convert

RGB 225 120 242 -
CMYK 0.07 0.50 0 0.05
HSL 291.64º 0.82% 0.71% -
HSV(B) 291.64º 0.5% 0.95% -
XYZ 53.79 35.85 88.09 -
YUV 165.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 225 120 242 0.07 0.50 0 0.05 291.64 0.82 0.71
Hex E1 78 F2 7 32 0 5 124 52 47
Octal 341 170 362 7 62 0 5 444 122 107
Binary 11100001 1111000 11110010 111 110010 0 101 100100100 1010010 1000111

Color Harmonies of #E178F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178F2

Black with #E178F2

Text Example


Text Example

White with #E178F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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