Html Css Color HEX #E153BD Free Speech Magenta

📋 copy color: '#E153BD'

red 225 ◦ green 83 ◦ blue 189

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

Shades of Free Speech Magenta #E153BD

Tints of Free Speech Magenta #E153BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 45.27%
G = 16.7%
B = 38.03%

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

#E153BD (or 0xE153BD) is known color: Free Speech Magenta. HEX triplet: E1, 53 and BD. RGB value is (225,83,189). Sum of RGB (Red+Green+Blue) = 225+83+189=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E153BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153BD is #1EAC42. Grayscale: #898989. Windows color (decimal): -2010179 or 12407777. OLE color: 12407777.

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

Color convert

RGB 225 83 189 -
CMYK 0 0.63 0.16 0.12
HSL 315.21º 0.7% 0.6% -
HSV(B) 315.21º 0.63% 0.88% -
XYZ 43.33 25.87 50.85 -
YUV 137.54 157.04 190.38 -
System Red Green Blue C M Y K H S L
Decimal 225 83 189 0 0.63 0.16 0.12 315.21 0.7 0.6
Hex E1 53 BD 0 3F 10 C 13B 46 3C
Octal 341 123 275 0 77 20 14 473 106 74
Binary 11100001 1010011 10111101 0 111111 10000 1100 100111011 1000110 111100

Color Harmonies of #E153BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153BD

Black with #E153BD

Text Example


Text Example

White with #E153BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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