Html Css Color HEX #E650BB Free Speech Magenta

📋 copy color: '#E650BB'

red 230 ◦ green 80 ◦ blue 187

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

Shades of Free Speech Magenta #E650BB

Tints of Free Speech Magenta #E650BB

RGB

 RED value IS 230 (90.23% from 255) = 46.28%

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

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

R = 46.28%
G = 16.1%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E650BB (or 0xE650BB) is known color: Free Speech Magenta. HEX triplet: E6, 50 and BB. RGB value is (230,80,187). Sum of RGB (Red+Green+Blue) = 230+80+187=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E650BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E650BB is #19AF44. Grayscale: #888888. Windows color (decimal): -1683269 or 12275942. OLE color: 12275942.

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

Color convert

RGB 230 80 187 -
CMYK 0 0.65 0.19 0.10
HSL 317.2º 0.75% 0.61% -
HSV(B) 317.2º 0.65% 0.9% -
XYZ 44.47 26.15 49.72 -
YUV 137.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 230 80 187 0 0.65 0.19 0.10 317.2 0.75 0.61
Hex E6 50 BB 0 41 13 A 13D 4B 3D
Octal 346 120 273 0 101 23 12 475 113 75
Binary 11100110 1010000 10111011 0 1000001 10011 1010 100111101 1001011 111101

Color Harmonies of #E650BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E650BB

Black with #E650BB

Text Example


Text Example

White with #E650BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E650BB; }

 p { color: rgb(230,80,187); }

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

background-color css

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

 a { background-color: rgb(230,80,187); }

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

border-color css

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

 span { border-color: rgb(230,80,187); }

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