Html Css Color HEX #E058F2 Free Speech Magenta

📋 copy color: '#E058F2'

red 224 ◦ green 88 ◦ blue 242

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

Shades of Free Speech Magenta #E058F2

Tints of Free Speech Magenta #E058F2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.88%

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

R = 40.43%
G = 15.88%
B = 43.68%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E058F2 (or 0xE058F2) is known color: Free Speech Magenta. HEX triplet: E0, 58 and F2. RGB value is (224,88,242). Sum of RGB (Red+Green+Blue) = 224+88+242=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 88 (34.77% from 255 or 15.88% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #E058F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058F2 is #1FA70D. Grayscale: #919191. Windows color (decimal): -2074382 or 15882464. OLE color: 15882464.

HSL color Cylindrical-coordinate representation of color #E058F2: hue angle of 292.99º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E058F2 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 88 242 -
CMYK 0.07 0.64 0 0.05
HSL 292.99º 0.86% 0.65% -
HSV(B) 292.99º 0.64% 0.95% -
XYZ 50.26 29.24 87 -
YUV 146.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 224 88 242 0.07 0.64 0 0.05 292.99 0.86 0.65
Hex E0 58 F2 7 40 0 5 125 56 41
Octal 340 130 362 7 100 0 5 445 126 101
Binary 11100000 1011000 11110010 111 1000000 0 101 100100101 1010110 1000001

Color Harmonies of #E058F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058F2

Black with #E058F2

Text Example


Text Example

White with #E058F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058F2; }

 p { color: rgb(224,88,242); }

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

background-color css

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

 a { background-color: rgb(224,88,242); }

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

border-color css

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

 span { border-color: rgb(224,88,242); }

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