Html Css Color HEX #E372EB Violet

📋 copy color: '#E372EB'

red 227 ◦ green 114 ◦ blue 235

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

Shades of Violet #E372EB

Tints of Violet #E372EB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.79%

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 39.41%
G = 19.79%
B = 40.8%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E372EB (or 0xE372EB) is known color: Violet. HEX triplet: E3, 72 and EB. RGB value is (227,114,235). Sum of RGB (Red+Green+Blue) = 227+114+235=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #E372EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E372EB is #1C8D14. Grayscale: #A1A1A1. Windows color (decimal): -1871125 or 15430371. OLE color: 15430371.

HSL color Cylindrical-coordinate representation of color #E372EB: hue angle of 296.03º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E372EB is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 114 235 -
CMYK 0.03 0.51 0 0.08
HSL 296.03º 0.75% 0.68% -
HSV(B) 296.03º 0.51% 0.92% -
XYZ 52.69 34.36 82.45 -
YUV 161.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 227 114 235 0.03 0.51 0 0.08 296.03 0.75 0.68
Hex E3 72 EB 3 33 0 8 128 4B 44
Octal 343 162 353 3 63 0 10 450 113 104
Binary 11100011 1110010 11101011 11 110011 0 1000 100101000 1001011 1000100

Color Harmonies of #E372EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372EB

Black with #E372EB

Text Example


Text Example

White with #E372EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372EB; }

 p { color: rgb(227,114,235); }

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

background-color css

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

 a { background-color: rgb(227,114,235); }

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

border-color css

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

 span { border-color: rgb(227,114,235); }

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