Html Css Color HEX #E058BA Free Speech Magenta

📋 copy color: '#E058BA'

red 224 ◦ green 88 ◦ blue 186

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

Shades of Free Speech Magenta #E058BA

Tints of Free Speech Magenta #E058BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 44.98%
G = 17.67%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E058BA (or 0xE058BA) is known color: Free Speech Magenta. HEX triplet: E0, 58 and BA. RGB value is (224,88,186). Sum of RGB (Red+Green+Blue) = 224+88+186=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E058BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E058BA is #1FA745. Grayscale: #8B8B8B. Windows color (decimal): -2074438 or 12212448. OLE color: 12212448.

HSL color Cylindrical-coordinate representation of color #E058BA: hue angle of 316.76º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E058BA is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 88 186 -
CMYK 0 0.61 0.17 0.12
HSL 316.76º 0.69% 0.61% -
HSV(B) 316.76º 0.61% 0.88% -
XYZ 43.09 26.37 49.27 -
YUV 139.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 224 88 186 0 0.61 0.17 0.12 316.76 0.69 0.61
Hex E0 58 BA 0 3D 11 C 13D 45 3D
Octal 340 130 272 0 75 21 14 475 105 75
Binary 11100000 1011000 10111010 0 111101 10001 1100 100111101 1000101 111101

Color Harmonies of #E058BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058BA

Black with #E058BA

Text Example


Text Example

White with #E058BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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