Html Css Color HEX #E750BA Free Speech Magenta

📋 copy color: '#E750BA'

red 231 ◦ green 80 ◦ blue 186

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

Shades of Free Speech Magenta #E750BA

Tints of Free Speech Magenta #E750BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.1%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 46.48%
G = 16.1%
B = 37.42%

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

#E750BA (or 0xE750BA) is known color: Free Speech Magenta. HEX triplet: E7, 50 and BA. RGB value is (231,80,186). Sum of RGB (Red+Green+Blue) = 231+80+186=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E750BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750BA is #18AF45. Grayscale: #888888. Windows color (decimal): -1617734 or 12210407. OLE color: 12210407.

HSL color Cylindrical-coordinate representation of color #E750BA: hue angle of 317.88º 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 #E750BA is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 80 186 -
CMYK 0 0.65 0.19 0.09
HSL 317.88º 0.76% 0.61% -
HSV(B) 317.88º 0.65% 0.91% -
XYZ 44.69 26.27 49.17 -
YUV 137.23 155.53 194.88 -
System Red Green Blue C M Y K H S L
Decimal 231 80 186 0 0.65 0.19 0.09 317.88 0.76 0.61
Hex E7 50 BA 0 41 13 9 13E 4C 3D
Octal 347 120 272 0 101 23 11 476 114 75
Binary 11100111 1010000 10111010 0 1000001 10011 1001 100111110 1001100 111101

Color Harmonies of #E750BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E750BA

Black with #E750BA

Text Example


Text Example

White with #E750BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E750BA; }

 p { color: rgb(231,80,186); }

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

background-color css

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

 a { background-color: rgb(231,80,186); }

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

border-color css

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

 span { border-color: rgb(231,80,186); }

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