Html Css Color HEX #E186FA Heliotrope

📋 copy color: '#E186FA'

red 225 ◦ green 134 ◦ blue 250

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

Shades of Heliotrope #E186FA

Tints of Heliotrope #E186FA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22%

 BLUE value IS 250 (98.05% from 255) = 41.05%

R = 36.95%
G = 22%
B = 41.05%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E186FA (or 0xE186FA) is known color: Heliotrope. HEX triplet: E1, 86 and FA. RGB value is (225,134,250). Sum of RGB (Red+Green+Blue) = 225+134+250=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 134 (52.73% from 255 or 22.00% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #E186FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E186FA is #1E7905. Grayscale: #AEAEAE. Windows color (decimal): -1997062 or 16418529. OLE color: 16418529.

HSL color Cylindrical-coordinate representation of color #E186FA: hue angle of 287.07º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E186FA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 134 250 -
CMYK 0.10 0.46 0 0.02
HSL 287.07º 0.92% 0.75% -
HSV(B) 287.07º 0.46% 0.98% -
XYZ 56.83 39.96 95.16 -
YUV 174.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 225 134 250 0.10 0.46 0 0.02 287.07 0.92 0.75
Hex E1 86 FA A 2E 0 2 11F 5C 4B
Octal 341 206 372 12 56 0 2 437 134 113
Binary 11100001 10000110 11111010 1010 101110 0 10 100011111 1011100 1001011

Color Harmonies of #E186FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E186FA

Black with #E186FA

Text Example


Text Example

White with #E186FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E186FA; }

 p { color: rgb(225,134,250); }

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

background-color css

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

 a { background-color: rgb(225,134,250); }

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

border-color css

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

 span { border-color: rgb(225,134,250); }

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