Html Css Color HEX #E950BF Free Speech Magenta

📋 copy color: '#E950BF'

red 233 ◦ green 80 ◦ blue 191

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

Shades of Free Speech Magenta #E950BF

Tints of Free Speech Magenta #E950BF

RGB

 RED value IS 233 (91.41% from 255) = 46.23%

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

 BLUE value IS 191 (75% from 255) = 37.9%

R = 46.23%
G = 15.87%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E950BF (or 0xE950BF) is known color: Free Speech Magenta. HEX triplet: E9, 50 and BF. RGB value is (233,80,191). Sum of RGB (Red+Green+Blue) = 233+80+191=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E950BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950BF is #16AF40. Grayscale: #8A8A8A. Windows color (decimal): -1486657 or 12538089. OLE color: 12538089.

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

Color convert

RGB 233 80 191 -
CMYK 0 0.66 0.18 0.09
HSL 316.47º 0.78% 0.61% -
HSV(B) 316.47º 0.66% 0.91% -
XYZ 45.88 26.82 52.05 -
YUV 138.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 233 80 191 0 0.66 0.18 0.09 316.47 0.78 0.61
Hex E9 50 BF 0 42 12 9 13C 4E 3D
Octal 351 120 277 0 102 22 11 474 116 75
Binary 11101001 1010000 10111111 0 1000010 10010 1001 100111100 1001110 111101

Color Harmonies of #E950BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950BF

Black with #E950BF

Text Example


Text Example

White with #E950BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950BF; }

 p { color: rgb(233,80,191); }

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

background-color css

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

 a { background-color: rgb(233,80,191); }

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

border-color css

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

 span { border-color: rgb(233,80,191); }

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