Html Css Color HEX #E542F6 Free Speech Magenta

📋 copy color: '#E542F6'

red 229 ◦ green 66 ◦ blue 246

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

Shades of Free Speech Magenta #E542F6

Tints of Free Speech Magenta #E542F6

RGB

 RED value IS 229 (89.84% from 255) = 42.33%

 GREEN value IS 66 (26.17% from 255) = 12.2%

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 42.33%
G = 12.2%
B = 45.47%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E542F6 (or 0xE542F6) is known color: Free Speech Magenta. HEX triplet: E5, 42 and F6. RGB value is (229,66,246). Sum of RGB (Red+Green+Blue) = 229+66+246=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 66 (26.17% from 255 or 12.20% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #E542F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E542F6 is #1ABD09. Grayscale: #868686. Windows color (decimal): -1752330 or 16138981. OLE color: 16138981.

HSL color Cylindrical-coordinate representation of color #E542F6: hue angle of 294.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E542F6 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 66 246 -
CMYK 0.07 0.73 0 0.04
HSL 294.33º 0.91% 0.61% -
HSV(B) 294.33º 0.73% 0.96% -
XYZ 50.9 27.21 89.76 -
YUV 135.26 190.5 194.86 -
System Red Green Blue C M Y K H S L
Decimal 229 66 246 0.07 0.73 0 0.04 294.33 0.91 0.61
Hex E5 42 F6 7 49 0 4 126 5B 3D
Octal 345 102 366 7 111 0 4 446 133 75
Binary 11100101 1000010 11110110 111 1001001 0 100 100100110 1011011 111101

Color Harmonies of #E542F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E542F6

Black with #E542F6

Text Example


Text Example

White with #E542F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E542F6; }

 p { color: rgb(229,66,246); }

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

background-color css

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

 a { background-color: rgb(229,66,246); }

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

border-color css

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

 span { border-color: rgb(229,66,246); }

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