Html Css Color HEX #E152BB Free Speech Magenta

📋 copy color: '#E152BB'

red 225 ◦ green 82 ◦ blue 187

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

Shades of Free Speech Magenta #E152BB

Tints of Free Speech Magenta #E152BB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.6%

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 45.55%
G = 16.6%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E152BB (or 0xE152BB) is known color: Free Speech Magenta. HEX triplet: E1, 52 and BB. RGB value is (225,82,187). Sum of RGB (Red+Green+Blue) = 225+82+187=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E152BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152BB is #1EAD44. Grayscale: #888888. Windows color (decimal): -2010437 or 12276449. OLE color: 12276449.

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

Color convert

RGB 225 82 187 -
CMYK 0 0.64 0.17 0.12
HSL 315.94º 0.7% 0.6% -
HSV(B) 315.94º 0.64% 0.88% -
XYZ 43.04 25.63 49.69 -
YUV 136.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 225 82 187 0 0.64 0.17 0.12 315.94 0.7 0.6
Hex E1 52 BB 0 40 11 C 13C 46 3C
Octal 341 122 273 0 100 21 14 474 106 74
Binary 11100001 1010010 10111011 0 1000000 10001 1100 100111100 1000110 111100

Color Harmonies of #E152BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152BB

Black with #E152BB

Text Example


Text Example

White with #E152BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152BB; }

 p { color: rgb(225,82,187); }

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

background-color css

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

 a { background-color: rgb(225,82,187); }

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

border-color css

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

 span { border-color: rgb(225,82,187); }

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