Html Css Color HEX #E153BF Free Speech Magenta

📋 copy color: '#E153BF'

red 225 ◦ green 83 ◦ blue 191

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

Shades of Free Speech Magenta #E153BF

Tints of Free Speech Magenta #E153BF

RGB

 RED value IS 225 (88.28% from 255) = 45.09%

 GREEN value IS 83 (32.81% from 255) = 16.63%

 BLUE value IS 191 (75% from 255) = 38.28%

R = 45.09%
G = 16.63%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E153BF (or 0xE153BF) is known color: Free Speech Magenta. HEX triplet: E1, 53 and BF. RGB value is (225,83,191). Sum of RGB (Red+Green+Blue) = 225+83+191=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E153BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153BF is #1EAC40. Grayscale: #898989. Windows color (decimal): -2010177 or 12538849. OLE color: 12538849.

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

Color convert

RGB 225 83 191 -
CMYK 0 0.63 0.15 0.12
HSL 314.37º 0.7% 0.6% -
HSV(B) 314.37º 0.63% 0.88% -
XYZ 43.55 25.96 52 -
YUV 137.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 225 83 191 0 0.63 0.15 0.12 314.37 0.7 0.6
Hex E1 53 BF 0 3F F C 13A 46 3C
Octal 341 123 277 0 77 17 14 472 106 74
Binary 11100001 1010011 10111111 0 111111 1111 1100 100111010 1000110 111100

Color Harmonies of #E153BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153BF

Black with #E153BF

Text Example


Text Example

White with #E153BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153BF; }

 p { color: rgb(225,83,191); }

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

background-color css

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

 a { background-color: rgb(225,83,191); }

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

border-color css

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

 span { border-color: rgb(225,83,191); }

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