Html Css Color HEX #E153BE Free Speech Magenta

📋 copy color: '#E153BE'

red 225 ◦ green 83 ◦ blue 190

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

Shades of Free Speech Magenta #E153BE

Tints of Free Speech Magenta #E153BE

RGB

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

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

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

R = 45.18%
G = 16.67%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E153BE (or 0xE153BE) is known color: Free Speech Magenta. HEX triplet: E1, 53 and BE. RGB value is (225,83,190). Sum of RGB (Red+Green+Blue) = 225+83+190=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E153BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153BE is #1EAC41. Grayscale: #898989. Windows color (decimal): -2010178 or 12473313. OLE color: 12473313.

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

Color convert

RGB 225 83 190 -
CMYK 0 0.63 0.16 0.12
HSL 314.79º 0.7% 0.6% -
HSV(B) 314.79º 0.63% 0.88% -
XYZ 43.44 25.91 51.43 -
YUV 137.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 225 83 190 0 0.63 0.16 0.12 314.79 0.7 0.6
Hex E1 53 BE 0 3F 10 C 13B 46 3C
Octal 341 123 276 0 77 20 14 473 106 74
Binary 11100001 1010011 10111110 0 111111 10000 1100 100111011 1000110 111100

Color Harmonies of #E153BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153BE

Black with #E153BE

Text Example


Text Example

White with #E153BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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