Html Css Color HEX #E058B7 Free Speech Magenta

📋 copy color: '#E058B7'

red 224 ◦ green 88 ◦ blue 183

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

Shades of Free Speech Magenta #E058B7

Tints of Free Speech Magenta #E058B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.97%

R = 45.25%
G = 17.78%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E058B7 (or 0xE058B7) is known color: Free Speech Magenta. HEX triplet: E0, 58 and B7. RGB value is (224,88,183). Sum of RGB (Red+Green+Blue) = 224+88+183=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E058B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E058B7 is #1FA748. Grayscale: #8B8B8B. Windows color (decimal): -2074441 or 12015840. OLE color: 12015840.

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

Color convert

RGB 224 88 183 -
CMYK 0 0.61 0.18 0.12
HSL 318.09º 0.69% 0.61% -
HSV(B) 318.09º 0.61% 0.88% -
XYZ 42.78 26.25 47.61 -
YUV 139.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 224 88 183 0 0.61 0.18 0.12 318.09 0.69 0.61
Hex E0 58 B7 0 3D 12 C 13E 45 3D
Octal 340 130 267 0 75 22 14 476 105 75
Binary 11100000 1011000 10110111 0 111101 10010 1100 100111110 1000101 111101

Color Harmonies of #E058B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058B7

Black with #E058B7

Text Example


Text Example

White with #E058B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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