Html Css Color HEX #E185F6 Heliotrope

📋 copy color: '#E185F6'

red 225 ◦ green 133 ◦ blue 246

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

Shades of Heliotrope #E185F6

Tints of Heliotrope #E185F6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.02%

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

R = 37.25%
G = 22.02%
B = 40.73%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E185F6 (or 0xE185F6) is known color: Heliotrope. HEX triplet: E1, 85 and F6. RGB value is (225,133,246). Sum of RGB (Red+Green+Blue) = 225+133+246=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #E185F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185F6 is #1E7A09. Grayscale: #ADADAD. Windows color (decimal): -1997322 or 16156129. OLE color: 16156129.

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

Color convert

RGB 225 133 246 -
CMYK 0.09 0.46 0 0.04
HSL 288.85º 0.86% 0.74% -
HSV(B) 288.85º 0.46% 0.96% -
XYZ 56.07 39.44 91.85 -
YUV 173.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 225 133 246 0.09 0.46 0 0.04 288.85 0.86 0.74
Hex E1 85 F6 9 2E 0 4 121 56 4A
Octal 341 205 366 11 56 0 4 441 126 112
Binary 11100001 10000101 11110110 1001 101110 0 100 100100001 1010110 1001010

Color Harmonies of #E185F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185F6

Black with #E185F6

Text Example


Text Example

White with #E185F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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