Html Css Color HEX #E058EE Free Speech Magenta

📋 copy color: '#E058EE'

red 224 ◦ green 88 ◦ blue 238

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

Shades of Free Speech Magenta #E058EE

Tints of Free Speech Magenta #E058EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 40.73%
G = 16%
B = 43.27%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E058EE (or 0xE058EE) is known color: Free Speech Magenta. HEX triplet: E0, 58 and EE. RGB value is (224,88,238). Sum of RGB (Red+Green+Blue) = 224+88+238=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #E058EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058EE is #1FA711. Grayscale: #919191. Windows color (decimal): -2074386 or 15620320. OLE color: 15620320.

HSL color Cylindrical-coordinate representation of color #E058EE: hue angle of 294.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E058EE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 88 238 -
CMYK 0.06 0.63 0 0.07
HSL 294.4º 0.82% 0.64% -
HSV(B) 294.4º 0.63% 0.93% -
XYZ 49.66 29 83.87 -
YUV 145.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 224 88 238 0.06 0.63 0 0.07 294.4 0.82 0.64
Hex E0 58 EE 6 3F 0 7 126 52 40
Octal 340 130 356 6 77 0 7 446 122 100
Binary 11100000 1011000 11101110 110 111111 0 111 100100110 1010010 1000000

Color Harmonies of #E058EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058EE

Black with #E058EE

Text Example


Text Example

White with #E058EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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