Html Css Color HEX #E653BA Free Speech Magenta

📋 copy color: '#E653BA'

red 230 ◦ green 83 ◦ blue 186

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

Shades of Free Speech Magenta #E653BA

Tints of Free Speech Magenta #E653BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.63%

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

R = 46.09%
G = 16.63%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E653BA (or 0xE653BA) is known color: Free Speech Magenta. HEX triplet: E6, 53 and BA. RGB value is (230,83,186). Sum of RGB (Red+Green+Blue) = 230+83+186=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E653BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E653BA is #19AC45. Grayscale: #8A8A8A. Windows color (decimal): -1682502 or 12211174. OLE color: 12211174.

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

Color convert

RGB 230 83 186 -
CMYK 0 0.64 0.19 0.10
HSL 317.96º 0.75% 0.61% -
HSV(B) 317.96º 0.64% 0.9% -
XYZ 44.59 26.55 49.23 -
YUV 138.7 154.7 193.12 -
System Red Green Blue C M Y K H S L
Decimal 230 83 186 0 0.64 0.19 0.10 317.96 0.75 0.61
Hex E6 53 BA 0 40 13 A 13E 4B 3D
Octal 346 123 272 0 100 23 12 476 113 75
Binary 11100110 1010011 10111010 0 1000000 10011 1010 100111110 1001011 111101

Color Harmonies of #E653BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E653BA

Black with #E653BA

Text Example


Text Example

White with #E653BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E653BA; }

 p { color: rgb(230,83,186); }

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

background-color css

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

 a { background-color: rgb(230,83,186); }

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

border-color css

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

 span { border-color: rgb(230,83,186); }

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