Html Css Color HEX #E186F1 Violet

📋 copy color: '#E186F1'

red 225 ◦ green 134 ◦ blue 241

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

Shades of Violet #E186F1

Tints of Violet #E186F1

RGB

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

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

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

R = 37.5%
G = 22.33%
B = 40.17%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E186F1 (or 0xE186F1) is known color: Violet. HEX triplet: E1, 86 and F1. RGB value is (225,134,241). Sum of RGB (Red+Green+Blue) = 225+134+241=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #E186F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E186F1 is #1E790E. Grayscale: #ADADAD. Windows color (decimal): -1997071 or 15828705. OLE color: 15828705.

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

Color convert

RGB 225 134 241 -
CMYK 0.07 0.44 0 0.05
HSL 291.03º 0.79% 0.74% -
HSV(B) 291.03º 0.44% 0.95% -
XYZ 55.45 39.41 87.9 -
YUV 173.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 225 134 241 0.07 0.44 0 0.05 291.03 0.79 0.74
Hex E1 86 F1 7 2C 0 5 123 4F 4A
Octal 341 206 361 7 54 0 5 443 117 112
Binary 11100001 10000110 11110001 111 101100 0 101 100100011 1001111 1001010

Color Harmonies of #E186F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E186F1

Black with #E186F1

Text Example


Text Example

White with #E186F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E186F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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