Html Css Color HEX #E752BC Free Speech Magenta

📋 copy color: '#E752BC'

red 231 ◦ green 82 ◦ blue 188

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

Shades of Free Speech Magenta #E752BC

Tints of Free Speech Magenta #E752BC

RGB

 RED value IS 231 (90.63% from 255) = 46.11%

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 46.11%
G = 16.37%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E752BC (or 0xE752BC) is known color: Free Speech Magenta. HEX triplet: E7, 52 and BC. RGB value is (231,82,188). Sum of RGB (Red+Green+Blue) = 231+82+188=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E752BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752BC is #18AD43. Grayscale: #8A8A8A. Windows color (decimal): -1617220 or 12341991. OLE color: 12341991.

HSL color Cylindrical-coordinate representation of color #E752BC: hue angle of 317.32º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E752BC is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 82 188 -
CMYK 0 0.65 0.19 0.09
HSL 317.32º 0.76% 0.61% -
HSV(B) 317.32º 0.65% 0.91% -
XYZ 45.05 26.65 50.35 -
YUV 138.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 231 82 188 0 0.65 0.19 0.09 317.32 0.76 0.61
Hex E7 52 BC 0 41 13 9 13D 4C 3D
Octal 347 122 274 0 101 23 11 475 114 75
Binary 11100111 1010010 10111100 0 1000001 10011 1001 100111101 1001100 111101

Color Harmonies of #E752BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E752BC

Black with #E752BC

Text Example


Text Example

White with #E752BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E752BC; }

 p { color: rgb(231,82,188); }

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

background-color css

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

 a { background-color: rgb(231,82,188); }

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

border-color css

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

 span { border-color: rgb(231,82,188); }

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