Html Css Color HEX #E061BE Free Speech Magenta

📋 copy color: '#E061BE'

red 224 ◦ green 97 ◦ blue 190

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

Shades of Free Speech Magenta #E061BE

Tints of Free Speech Magenta #E061BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.98%

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

R = 43.84%
G = 18.98%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E061BE (or 0xE061BE) is known color: Free Speech Magenta. HEX triplet: E0, 61 and BE. RGB value is (224,97,190). Sum of RGB (Red+Green+Blue) = 224+97+190=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E061BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061BE is #1F9E41. Grayscale: #919191. Windows color (decimal): -2072130 or 12476896. OLE color: 12476896.

HSL color Cylindrical-coordinate representation of color #E061BE: hue angle of 316.06º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E061BE is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 190 -
CMYK 0 0.57 0.15 0.12
HSL 316.06º 0.67% 0.63% -
HSV(B) 316.06º 0.57% 0.88% -
XYZ 44.31 28.11 51.81 -
YUV 145.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 224 97 190 0 0.57 0.15 0.12 316.06 0.67 0.63
Hex E0 61 BE 0 39 F C 13C 43 3F
Octal 340 141 276 0 71 17 14 474 103 77
Binary 11100000 1100001 10111110 0 111001 1111 1100 100111100 1000011 111111

Color Harmonies of #E061BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061BE

Black with #E061BE

Text Example


Text Example

White with #E061BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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