Html Css Color HEX #E27EF1 Violet

📋 copy color: '#E27EF1'

red 226 ◦ green 126 ◦ blue 241

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

Shades of Violet #E27EF1

Tints of Violet #E27EF1

RGB

 RED value IS 226 (88.67% from 255) = 38.11%

 GREEN value IS 126 (49.61% from 255) = 21.25%

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

R = 38.11%
G = 21.25%
B = 40.64%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E27EF1 (or 0xE27EF1) is known color: Violet. HEX triplet: E2, 7E and F1. RGB value is (226,126,241). Sum of RGB (Red+Green+Blue) = 226+126+241=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 126 (49.61% from 255 or 21.25% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #E27EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27EF1 is #1D810E. Grayscale: #A8A8A8. Windows color (decimal): -1933583 or 15826658. OLE color: 15826658.

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

Color convert

RGB 226 126 241 -
CMYK 0.06 0.48 0 0.05
HSL 292.17º 0.8% 0.72% -
HSV(B) 292.17º 0.48% 0.95% -
XYZ 54.7 37.44 87.56 -
YUV 169.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 226 126 241 0.06 0.48 0 0.05 292.17 0.8 0.72
Hex E2 7E F1 6 30 0 5 124 50 48
Octal 342 176 361 6 60 0 5 444 120 110
Binary 11100010 1111110 11110001 110 110000 0 101 100100100 1010000 1001000

Color Harmonies of #E27EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27EF1

Black with #E27EF1

Text Example


Text Example

White with #E27EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27EF1; }

 p { color: rgb(226,126,241); }

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

background-color css

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

 a { background-color: rgb(226,126,241); }

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

border-color css

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

 span { border-color: rgb(226,126,241); }

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