Html Css Color HEX #E470EB Violet

📋 copy color: '#E470EB'

red 228 ◦ green 112 ◦ blue 235

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

Shades of Violet #E470EB

Tints of Violet #E470EB

RGB

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

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

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

R = 39.65%
G = 19.48%
B = 40.87%

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

#E470EB (or 0xE470EB) is known color: Violet. HEX triplet: E4, 70 and EB. RGB value is (228,112,235). Sum of RGB (Red+Green+Blue) = 228+112+235=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #E470EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E470EB is #1B8F14. Grayscale: #A0A0A0. Windows color (decimal): -1806101 or 15429860. OLE color: 15429860.

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

Color convert

RGB 228 112 235 -
CMYK 0.03 0.52 0 0.08
HSL 296.59º 0.75% 0.68% -
HSV(B) 296.59º 0.52% 0.92% -
XYZ 52.78 34.08 82.39 -
YUV 160.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 228 112 235 0.03 0.52 0 0.08 296.59 0.75 0.68
Hex E4 70 EB 3 34 0 8 129 4B 44
Octal 344 160 353 3 64 0 10 451 113 104
Binary 11100100 1110000 11101011 11 110100 0 1000 100101001 1001011 1000100

Color Harmonies of #E470EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E470EB

Black with #E470EB

Text Example


Text Example

White with #E470EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E470EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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