Html Css Color HEX #E472EB Violet

📋 copy color: '#E472EB'

red 228 ◦ green 114 ◦ blue 235

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

Shades of Violet #E472EB

Tints of Violet #E472EB

RGB

 RED value IS 228 (89.45% from 255) = 39.51%

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

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

R = 39.51%
G = 19.76%
B = 40.73%

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

#E472EB (or 0xE472EB) is known color: Violet. HEX triplet: E4, 72 and EB. RGB value is (228,114,235). Sum of RGB (Red+Green+Blue) = 228+114+235=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #E472EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472EB is #1B8D14. Grayscale: #A1A1A1. Windows color (decimal): -1805589 or 15430372. OLE color: 15430372.

HSL color Cylindrical-coordinate representation of color #E472EB: hue angle of 296.53º 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 #E472EB is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 114 235 -
CMYK 0.03 0.51 0 0.08
HSL 296.53º 0.75% 0.68% -
HSV(B) 296.53º 0.51% 0.92% -
XYZ 53.01 34.53 82.47 -
YUV 161.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 228 114 235 0.03 0.51 0 0.08 296.53 0.75 0.68
Hex E4 72 EB 3 33 0 8 129 4B 44
Octal 344 162 353 3 63 0 10 451 113 104
Binary 11100100 1110010 11101011 11 110011 0 1000 100101001 1001011 1000100

Color Harmonies of #E472EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E472EB

Black with #E472EB

Text Example


Text Example

White with #E472EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E472EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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