Html Css Color HEX #E194F2 Violet

📋 copy color: '#E194F2'

red 225 ◦ green 148 ◦ blue 242

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

Shades of Violet #E194F2

Tints of Violet #E194F2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.07%

 BLUE value IS 242 (94.92% from 255) = 39.35%

R = 36.59%
G = 24.07%
B = 39.35%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E194F2 (or 0xE194F2) is known color: Violet. HEX triplet: E1, 94 and F2. RGB value is (225,148,242). Sum of RGB (Red+Green+Blue) = 225+148+242=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #E194F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194F2 is #1E6B0D. Grayscale: #B5B5B5. Windows color (decimal): -1993486 or 15897825. OLE color: 15897825.

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

Color convert

RGB 225 148 242 -
CMYK 0.07 0.39 0 0.05
HSL 289.15º 0.78% 0.76% -
HSV(B) 289.15º 0.39% 0.95% -
XYZ 57.67 43.6 89.38 -
YUV 181.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 225 148 242 0.07 0.39 0 0.05 289.15 0.78 0.76
Hex E1 94 F2 7 27 0 5 121 4E 4C
Octal 341 224 362 7 47 0 5 441 116 114
Binary 11100001 10010100 11110010 111 100111 0 101 100100001 1001110 1001100

Color Harmonies of #E194F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E194F2

Black with #E194F2

Text Example


Text Example

White with #E194F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E194F2; }

 p { color: rgb(225,148,242); }

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

background-color css

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

 a { background-color: rgb(225,148,242); }

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

border-color css

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

 span { border-color: rgb(225,148,242); }

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