Html Css Color HEX #E057BC Free Speech Magenta

📋 copy color: '#E057BC'

red 224 ◦ green 87 ◦ blue 188

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

Shades of Free Speech Magenta #E057BC

Tints of Free Speech Magenta #E057BC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.43%

 BLUE value IS 188 (73.83% from 255) = 37.68%

R = 44.89%
G = 17.43%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E057BC (or 0xE057BC) is known color: Free Speech Magenta. HEX triplet: E0, 57 and BC. RGB value is (224,87,188). Sum of RGB (Red+Green+Blue) = 224+87+188=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E057BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057BC is #1FA843. Grayscale: #8B8B8B. Windows color (decimal): -2074692 or 12343264. OLE color: 12343264.

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

Color convert

RGB 224 87 188 -
CMYK 0 0.61 0.16 0.12
HSL 315.77º 0.69% 0.61% -
HSV(B) 315.77º 0.61% 0.88% -
XYZ 43.23 26.29 50.37 -
YUV 139.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 224 87 188 0 0.61 0.16 0.12 315.77 0.69 0.61
Hex E0 57 BC 0 3D 10 C 13C 45 3D
Octal 340 127 274 0 75 20 14 474 105 75
Binary 11100000 1010111 10111100 0 111101 10000 1100 100111100 1000101 111101

Color Harmonies of #E057BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E057BC

Black with #E057BC

Text Example


Text Example

White with #E057BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E057BC; }

 p { color: rgb(224,87,188); }

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

background-color css

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

 a { background-color: rgb(224,87,188); }

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

border-color css

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

 span { border-color: rgb(224,87,188); }

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