Html Css Color HEX #E474EA Violet

📋 copy color: '#E474EA'

red 228 ◦ green 116 ◦ blue 234

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

Shades of Violet #E474EA

Tints of Violet #E474EA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.07%

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

R = 39.45%
G = 20.07%
B = 40.48%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E474EA (or 0xE474EA) is known color: Violet. HEX triplet: E4, 74 and EA. RGB value is (228,116,234). Sum of RGB (Red+Green+Blue) = 228+116+234=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #E474EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E474EA is #1B8B15. Grayscale: #A2A2A2. Windows color (decimal): -1805078 or 15365348. OLE color: 15365348.

HSL color Cylindrical-coordinate representation of color #E474EA: hue angle of 296.95º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E474EA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 116 234 -
CMYK 0.03 0.50 0 0.08
HSL 296.95º 0.74% 0.69% -
HSV(B) 296.95º 0.5% 0.92% -
XYZ 53.09 34.93 81.78 -
YUV 162.94 168.11 174.41 -
System Red Green Blue C M Y K H S L
Decimal 228 116 234 0.03 0.50 0 0.08 296.95 0.74 0.69
Hex E4 74 EA 3 32 0 8 129 4A 45
Octal 344 164 352 3 62 0 10 451 112 105
Binary 11100100 1110100 11101010 11 110010 0 1000 100101001 1001010 1000101

Color Harmonies of #E474EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E474EA

Black with #E474EA

Text Example


Text Example

White with #E474EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E474EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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