Html Css Color HEX #E058BE Free Speech Magenta

📋 copy color: '#E058BE'

red 224 ◦ green 88 ◦ blue 190

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

Shades of Free Speech Magenta #E058BE

Tints of Free Speech Magenta #E058BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 44.62%
G = 17.53%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E058BE (or 0xE058BE) is known color: Free Speech Magenta. HEX triplet: E0, 58 and BE. RGB value is (224,88,190). Sum of RGB (Red+Green+Blue) = 224+88+190=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E058BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E058BE is #1FA741. Grayscale: #8C8C8C. Windows color (decimal): -2074434 or 12474592. OLE color: 12474592.

HSL color Cylindrical-coordinate representation of color #E058BE: hue angle of 315º 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 #E058BE is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 88 190 -
CMYK 0 0.61 0.15 0.12
HSL 315º 0.69% 0.61% -
HSV(B) 315º 0.61% 0.88% -
XYZ 43.52 26.54 51.54 -
YUV 140.29 156.06 187.71 -
System Red Green Blue C M Y K H S L
Decimal 224 88 190 0 0.61 0.15 0.12 315 0.69 0.61
Hex E0 58 BE 0 3D F C 13B 45 3D
Octal 340 130 276 0 75 17 14 473 105 75
Binary 11100000 1011000 10111110 0 111101 1111 1100 100111011 1000101 111101

Color Harmonies of #E058BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058BE

Black with #E058BE

Text Example


Text Example

White with #E058BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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