Html Css Color HEX #E470EA Violet

📋 copy color: '#E470EA'

red 228 ◦ green 112 ◦ blue 234

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

Shades of Violet #E470EA

Tints of Violet #E470EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.51%

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

R = 39.72%
G = 19.51%
B = 40.77%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E470EA (or 0xE470EA) is known color: Violet. HEX triplet: E4, 70 and EA. RGB value is (228,112,234). Sum of RGB (Red+Green+Blue) = 228+112+234=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #E470EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E470EA is #1B8F15. Grayscale: #A0A0A0. Windows color (decimal): -1806102 or 15364324. OLE color: 15364324.

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

Color convert

RGB 228 112 234 -
CMYK 0.03 0.52 0 0.08
HSL 297.05º 0.74% 0.68% -
HSV(B) 297.05º 0.52% 0.92% -
XYZ 52.64 34.02 81.63 -
YUV 160.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 228 112 234 0.03 0.52 0 0.08 297.05 0.74 0.68
Hex E4 70 EA 3 34 0 8 129 4A 44
Octal 344 160 352 3 64 0 10 451 112 104
Binary 11100100 1110000 11101010 11 110100 0 1000 100101001 1001010 1000100

Color Harmonies of #E470EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E470EA

Black with #E470EA

Text Example


Text Example

White with #E470EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E470EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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