Html Css Color HEX #E37AF1 Violet

📋 copy color: '#E37AF1'

red 227 ◦ green 122 ◦ blue 241

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

Shades of Violet #E37AF1

Tints of Violet #E37AF1

RGB

 RED value IS 227 (89.06% from 255) = 38.47%

 GREEN value IS 122 (48.05% from 255) = 20.68%

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

R = 38.47%
G = 20.68%
B = 40.85%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E37AF1 (or 0xE37AF1) is known color: Violet. HEX triplet: E3, 7A and F1. RGB value is (227,122,241). Sum of RGB (Red+Green+Blue) = 227+122+241=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #E37AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37AF1 is #1C850E. Grayscale: #A6A6A6. Windows color (decimal): -1869071 or 15825635. OLE color: 15825635.

HSL color Cylindrical-coordinate representation of color #E37AF1: hue angle of 292.94º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E37AF1 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 122 241 -
CMYK 0.06 0.49 0 0.05
HSL 292.94º 0.81% 0.71% -
HSV(B) 292.94º 0.49% 0.95% -
XYZ 54.52 36.6 87.41 -
YUV 166.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 227 122 241 0.06 0.49 0 0.05 292.94 0.81 0.71
Hex E3 7A F1 6 31 0 5 125 51 47
Octal 343 172 361 6 61 0 5 445 121 107
Binary 11100011 1111010 11110001 110 110001 0 101 100100101 1010001 1000111

Color Harmonies of #E37AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37AF1

Black with #E37AF1

Text Example


Text Example

White with #E37AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37AF1; }

 p { color: rgb(227,122,241); }

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

background-color css

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

 a { background-color: rgb(227,122,241); }

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

border-color css

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

 span { border-color: rgb(227,122,241); }

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