Html Css Color HEX #E185F1 Violet

📋 copy color: '#E185F1'

red 225 ◦ green 133 ◦ blue 241

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

Shades of Violet #E185F1

Tints of Violet #E185F1

RGB

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

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

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

R = 37.56%
G = 22.2%
B = 40.23%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E185F1 (or 0xE185F1) is known color: Violet. HEX triplet: E1, 85 and F1. RGB value is (225,133,241). Sum of RGB (Red+Green+Blue) = 225+133+241=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #E185F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185F1 is #1E7A0E. Grayscale: #ACACAC. Windows color (decimal): -1997327 or 15828449. OLE color: 15828449.

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

Color convert

RGB 225 133 241 -
CMYK 0.07 0.45 0 0.05
HSL 291.11º 0.79% 0.73% -
HSV(B) 291.11º 0.45% 0.95% -
XYZ 55.32 39.13 87.86 -
YUV 172.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 225 133 241 0.07 0.45 0 0.05 291.11 0.79 0.73
Hex E1 85 F1 7 2D 0 5 123 4F 49
Octal 341 205 361 7 55 0 5 443 117 111
Binary 11100001 10000101 11110001 111 101101 0 101 100100011 1001111 1001001

Color Harmonies of #E185F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185F1

Black with #E185F1

Text Example


Text Example

White with #E185F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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