Html Css Color HEX #E478F2 Violet

📋 copy color: '#E478F2'

red 228 ◦ green 120 ◦ blue 242

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

Shades of Violet #E478F2

Tints of Violet #E478F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.34%

 BLUE value IS 242 (94.92% from 255) = 41.02%

R = 38.64%
G = 20.34%
B = 41.02%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E478F2 (or 0xE478F2) is known color: Violet. HEX triplet: E4, 78 and F2. RGB value is (228,120,242). Sum of RGB (Red+Green+Blue) = 228+120+242=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #E478F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E478F2 is #1B870D. Grayscale: #A5A5A5. Windows color (decimal): -1804046 or 15890660. OLE color: 15890660.

HSL color Cylindrical-coordinate representation of color #E478F2: hue angle of 293.11º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E478F2 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 120 242 -
CMYK 0.06 0.50 0 0.05
HSL 293.11º 0.82% 0.71% -
HSV(B) 293.11º 0.5% 0.95% -
XYZ 54.74 36.34 88.13 -
YUV 166.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 228 120 242 0.06 0.50 0 0.05 293.11 0.82 0.71
Hex E4 78 F2 6 32 0 5 125 52 47
Octal 344 170 362 6 62 0 5 445 122 107
Binary 11100100 1111000 11110010 110 110010 0 101 100100101 1010010 1000111

Color Harmonies of #E478F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478F2

Black with #E478F2

Text Example


Text Example

White with #E478F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478F2; }

 p { color: rgb(228,120,242); }

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

background-color css

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

 a { background-color: rgb(228,120,242); }

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

border-color css

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

 span { border-color: rgb(228,120,242); }

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