Html Css Color HEX #E375EF Violet

📋 copy color: '#E375EF'

red 227 ◦ green 117 ◦ blue 239

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

Shades of Violet #E375EF

Tints of Violet #E375EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 38.94%
G = 20.07%
B = 40.99%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E375EF (or 0xE375EF) is known color: Violet. HEX triplet: E3, 75 and EF. RGB value is (227,117,239). Sum of RGB (Red+Green+Blue) = 227+117+239=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #E375EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E375EF is #1C8A10. Grayscale: #A3A3A3. Windows color (decimal): -1870353 or 15693283. OLE color: 15693283.

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

Color convert

RGB 227 117 239 -
CMYK 0.05 0.51 0 0.06
HSL 294.1º 0.79% 0.7% -
HSV(B) 294.1º 0.51% 0.94% -
XYZ 53.62 35.29 85.65 -
YUV 163.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 227 117 239 0.05 0.51 0 0.06 294.1 0.79 0.7
Hex E3 75 EF 5 33 0 6 126 4F 46
Octal 343 165 357 5 63 0 6 446 117 106
Binary 11100011 1110101 11101111 101 110011 0 110 100100110 1001111 1000110

Color Harmonies of #E375EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375EF

Black with #E375EF

Text Example


Text Example

White with #E375EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375EF; }

 p { color: rgb(227,117,239); }

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

background-color css

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

 a { background-color: rgb(227,117,239); }

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

border-color css

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

 span { border-color: rgb(227,117,239); }

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