Html Css Color HEX #E057E6 Free Speech Magenta

📋 copy color: '#E057E6'

red 224 ◦ green 87 ◦ blue 230

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

Shades of Free Speech Magenta #E057E6

Tints of Free Speech Magenta #E057E6

RGB

 RED value IS 224 (87.89% from 255) = 41.4%

 GREEN value IS 87 (34.38% from 255) = 16.08%

 BLUE value IS 230 (90.23% from 255) = 42.51%

R = 41.4%
G = 16.08%
B = 42.51%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E057E6 (or 0xE057E6) is known color: Free Speech Magenta. HEX triplet: E0, 57 and E6. RGB value is (224,87,230). Sum of RGB (Red+Green+Blue) = 224+87+230=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 87 (34.38% from 255 or 16.08% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #E057E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E057E6 is #1FA819. Grayscale: #8F8F8F. Windows color (decimal): -2074650 or 15095776. OLE color: 15095776.

HSL color Cylindrical-coordinate representation of color #E057E6: hue angle of 297.48º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E057E6 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 87 230 -
CMYK 0.03 0.62 0 0.10
HSL 297.48º 0.74% 0.62% -
HSV(B) 297.48º 0.62% 0.9% -
XYZ 48.43 28.38 77.79 -
YUV 144.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 224 87 230 0.03 0.62 0 0.10 297.48 0.74 0.62
Hex E0 57 E6 3 3E 0 A 129 4A 3E
Octal 340 127 346 3 76 0 12 451 112 76
Binary 11100000 1010111 11100110 11 111110 0 1010 100101001 1001010 111110

Color Harmonies of #E057E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E057E6

Black with #E057E6

Text Example


Text Example

White with #E057E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E057E6; }

 p { color: rgb(224,87,230); }

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

background-color css

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

 a { background-color: rgb(224,87,230); }

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

border-color css

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

 span { border-color: rgb(224,87,230); }

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