Html Css Color HEX #E472EA Violet

📋 copy color: '#E472EA'

red 228 ◦ green 114 ◦ blue 234

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

Shades of Violet #E472EA

Tints of Violet #E472EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 39.58%
G = 19.79%
B = 40.63%

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

#E472EA (or 0xE472EA) is known color: Violet. HEX triplet: E4, 72 and EA. RGB value is (228,114,234). Sum of RGB (Red+Green+Blue) = 228+114+234=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #E472EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472EA is #1B8D15. Grayscale: #A1A1A1. Windows color (decimal): -1805590 or 15364836. OLE color: 15364836.

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

Color convert

RGB 228 114 234 -
CMYK 0.03 0.51 0 0.08
HSL 297º 0.74% 0.68% -
HSV(B) 297º 0.51% 0.92% -
XYZ 52.86 34.47 81.71 -
YUV 161.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 228 114 234 0.03 0.51 0 0.08 297 0.74 0.68
Hex E4 72 EA 3 33 0 8 129 4A 44
Octal 344 162 352 3 63 0 10 451 112 104
Binary 11100100 1110010 11101010 11 110011 0 1000 100101001 1001010 1000100

Color Harmonies of #E472EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E472EA

Black with #E472EA

Text Example


Text Example

White with #E472EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E472EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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