Html Css Color HEX #E472ED Violet

📋 copy color: '#E472ED'

red 228 ◦ green 114 ◦ blue 237

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

Shades of Violet #E472ED

Tints of Violet #E472ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 39.38%
G = 19.69%
B = 40.93%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E472ED (or 0xE472ED) is known color: Violet. HEX triplet: E4, 72 and ED. RGB value is (228,114,237). Sum of RGB (Red+Green+Blue) = 228+114+237=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #E472ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472ED is #1B8D12. Grayscale: #A1A1A1. Windows color (decimal): -1805587 or 15561444. OLE color: 15561444.

HSL color Cylindrical-coordinate representation of color #E472ED: hue angle of 295.61º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E472ED is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 114 237 -
CMYK 0.04 0.52 0 0.07
HSL 295.61º 0.77% 0.69% -
HSV(B) 295.61º 0.52% 0.93% -
XYZ 53.3 34.64 84 -
YUV 162.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 228 114 237 0.04 0.52 0 0.07 295.61 0.77 0.69
Hex E4 72 ED 4 34 0 7 128 4D 45
Octal 344 162 355 4 64 0 7 450 115 105
Binary 11100100 1110010 11101101 100 110100 0 111 100101000 1001101 1000101

Color Harmonies of #E472ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E472ED

Black with #E472ED

Text Example


Text Example

White with #E472ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E472ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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