Html Css Color HEX #E575F1 Violet

📋 copy color: '#E575F1'

red 229 ◦ green 117 ◦ blue 241

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

Shades of Violet #E575F1

Tints of Violet #E575F1

RGB

 RED value IS 229 (89.84% from 255) = 39.01%

 GREEN value IS 117 (46.09% from 255) = 19.93%

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

R = 39.01%
G = 19.93%
B = 41.06%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E575F1 (or 0xE575F1) is known color: Violet. HEX triplet: E5, 75 and F1. RGB value is (229,117,241). Sum of RGB (Red+Green+Blue) = 229+117+241=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #E575F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E575F1 is #1A8A0E. Grayscale: #A4A4A4. Windows color (decimal): -1739279 or 15824357. OLE color: 15824357.

HSL color Cylindrical-coordinate representation of color #E575F1: hue angle of 294.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E575F1 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 117 241 -
CMYK 0.05 0.51 0 0.05
HSL 294.19º 0.82% 0.7% -
HSV(B) 294.19º 0.51% 0.95% -
XYZ 54.55 35.73 87.24 -
YUV 164.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 229 117 241 0.05 0.51 0 0.05 294.19 0.82 0.7
Hex E5 75 F1 5 33 0 5 126 52 46
Octal 345 165 361 5 63 0 5 446 122 106
Binary 11100101 1110101 11110001 101 110011 0 101 100100110 1010010 1000110

Color Harmonies of #E575F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575F1

Black with #E575F1

Text Example


Text Example

White with #E575F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575F1; }

 p { color: rgb(229,117,241); }

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

background-color css

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

 a { background-color: rgb(229,117,241); }

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

border-color css

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

 span { border-color: rgb(229,117,241); }

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