Html Css Color HEX #E75BBE Free Speech Magenta

📋 copy color: '#E75BBE'

red 231 ◦ green 91 ◦ blue 190

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

Shades of Free Speech Magenta #E75BBE

Tints of Free Speech Magenta #E75BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.77%

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

R = 45.12%
G = 17.77%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E75BBE (or 0xE75BBE) is known color: Free Speech Magenta. HEX triplet: E7, 5B and BE. RGB value is (231,91,190). Sum of RGB (Red+Green+Blue) = 231+91+190=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75BBE is #18A441. Grayscale: #8F8F8F. Windows color (decimal): -1614914 or 12475367. OLE color: 12475367.

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

Color convert

RGB 231 91 190 -
CMYK 0 0.61 0.18 0.09
HSL 317.57º 0.74% 0.63% -
HSV(B) 317.57º 0.61% 0.91% -
XYZ 45.99 28.19 51.73 -
YUV 144.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 231 91 190 0 0.61 0.18 0.09 317.57 0.74 0.63
Hex E7 5B BE 0 3D 12 9 13E 4A 3F
Octal 347 133 276 0 75 22 11 476 112 77
Binary 11100111 1011011 10111110 0 111101 10010 1001 100111110 1001010 111111

Color Harmonies of #E75BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75BBE

Black with #E75BBE

Text Example


Text Example

White with #E75BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75BBE; }

 p { color: rgb(231,91,190); }

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

background-color css

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

 a { background-color: rgb(231,91,190); }

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

border-color css

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

 span { border-color: rgb(231,91,190); }

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