Html Css Color HEX #E182F6 Heliotrope

📋 copy color: '#E182F6'

red 225 ◦ green 130 ◦ blue 246

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

Shades of Heliotrope #E182F6

Tints of Heliotrope #E182F6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.63%

 BLUE value IS 246 (96.48% from 255) = 40.93%

R = 37.44%
G = 21.63%
B = 40.93%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E182F6 (or 0xE182F6) is known color: Heliotrope. HEX triplet: E1, 82 and F6. RGB value is (225,130,246). Sum of RGB (Red+Green+Blue) = 225+130+246=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #E182F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E182F6 is #1E7D09. Grayscale: #ABABAB. Windows color (decimal): -1998090 or 16155361. OLE color: 16155361.

HSL color Cylindrical-coordinate representation of color #E182F6: hue angle of 289.14º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E182F6 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 130 246 -
CMYK 0.09 0.47 0 0.04
HSL 289.14º 0.87% 0.74% -
HSV(B) 289.14º 0.47% 0.96% -
XYZ 55.67 38.63 91.71 -
YUV 171.63 169.97 166.07 -
System Red Green Blue C M Y K H S L
Decimal 225 130 246 0.09 0.47 0 0.04 289.14 0.87 0.74
Hex E1 82 F6 9 2F 0 4 121 57 4A
Octal 341 202 366 11 57 0 4 441 127 112
Binary 11100001 10000010 11110110 1001 101111 0 100 100100001 1010111 1001010

Color Harmonies of #E182F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182F6

Black with #E182F6

Text Example


Text Example

White with #E182F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182F6; }

 p { color: rgb(225,130,246); }

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

background-color css

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

 a { background-color: rgb(225,130,246); }

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

border-color css

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

 span { border-color: rgb(225,130,246); }

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